Revision 17152,
1.1 KB
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17151,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef XSTUFF_H |
---|
2 | |
---|
3 | #include <gdk/gdkx.h> |
---|
4 | |
---|
5 | #include <X11/Xmd.h> |
---|
6 | #include <X11/Xlib.h> |
---|
7 | #include <X11/Xatom.h> |
---|
8 | |
---|
9 | void xstuff_init (void); |
---|
10 | void xstuff_set_simple_hint (GdkWindow *w, |
---|
11 | GdkAtom atom, |
---|
12 | long val); |
---|
13 | void xstuff_setup_kde_dock_thingie (GdkWindow *w); |
---|
14 | |
---|
15 | gboolean xstuff_is_compliant_wm (void); |
---|
16 | |
---|
17 | gpointer get_typed_property_data (Display *xdisplay, |
---|
18 | Window xwindow, |
---|
19 | Atom property, |
---|
20 | Atom requested_type, |
---|
21 | gint *size_p, |
---|
22 | guint expected_format); |
---|
23 | gboolean send_client_message_1L (Window recipient, |
---|
24 | Window event_window, |
---|
25 | Atom message_type, |
---|
26 | long event_mask, |
---|
27 | glong long1); |
---|
28 | |
---|
29 | void xstuff_go_through_client_list (void); |
---|
30 | |
---|
31 | void xstuff_set_no_group_and_no_input (GdkWindow *win); |
---|
32 | |
---|
33 | gboolean xstuff_nautilus_desktop_present (void); |
---|
34 | void xstuff_setup_desktop_area (int screen, |
---|
35 | int left, |
---|
36 | int right, |
---|
37 | int top, |
---|
38 | int bottom); |
---|
39 | void xstuff_unsetup_desktop_area (void); |
---|
40 | void xstuff_set_pos_size (GdkWindow *window, |
---|
41 | int x, int y, |
---|
42 | int w, int h); |
---|
43 | void xstuff_set_wmspec_dock_hints (GdkWindow *window); |
---|
44 | |
---|
45 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.