File: bg.h

package info (click to toggle)
trayer 1.0-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 232 kB
  • ctags: 434
  • sloc: ansic: 2,877; makefile: 105
file content (18 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _BG_H_
#define _BG_H_

#include <X11/X.h>

#include <gdk/gdk.h>
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include <glib.h>
#include <gdk-pixbuf/gdk-pixbuf.h>

void bg_init();
void bg_rootbg_changed();
GdkPixmap *bg_new_for_win(Window win);
void modify_drawable(GdkDrawable *base, GdkGC *gc, guint32 tintcolor, gint alpha);

#endif