diff options
Diffstat (limited to 'trashapplet/src/xstuff.h')
-rw-r--r-- | trashapplet/src/xstuff.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/trashapplet/src/xstuff.h b/trashapplet/src/xstuff.h index 5791cafa..0431ce79 100644 --- a/trashapplet/src/xstuff.h +++ b/trashapplet/src/xstuff.h @@ -4,31 +4,7 @@ #include <gdk/gdk.h> #include <gtk/gtk.h> -void xstuff_delete_property (GdkWindow *window, - const char *name); -gboolean xstuff_is_compliant_wm (void); - -void xstuff_set_no_group (GdkWindow *win); - -void xstuff_unsetup_desktop_area (void); -void xstuff_set_pos_size (GdkWindow *window, - int x, int y, - int w, int h); -void xstuff_set_wmspec_dock_hints (GdkWindow *window, - gboolean autohide); -void xstuff_set_wmspec_strut (GdkWindow *window, - int left, - int right, - int top, - int bottom); - void xstuff_zoom_animate (GtkWidget *widget, GdkRectangle *opt_src_rect); -int xstuff_get_current_workspace (GdkScreen *screen); - -void xstuff_grab_key_on_all_screens (int keycode, - guint modifiers, - gboolean grab); - #endif /* __XSTUFF_H__ */ |