summaryrefslogtreecommitdiff
path: root/gdk/linux-fb/gdkfb.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2000-12-21 10:33:40 +0000
committerAlexander Larsson <alexl@src.gnome.org>2000-12-21 10:33:40 +0000
commitee053ddd2ece6fafee7633b6b8f8fbe2b684cad8 (patch)
treed69b4351b2085df768810b308839095501d26dd5 /gdk/linux-fb/gdkfb.h
parenta92170b6ca3c53ef67b280a5e6d471fe42d0f092 (diff)
downloadgtk+-ee053ddd2ece6fafee7633b6b8f8fbe2b684cad8.tar.gz
Uh? What happed? My cvs checkin got broken pipe..
Diffstat (limited to 'gdk/linux-fb/gdkfb.h')
-rw-r--r--gdk/linux-fb/gdkfb.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdk/linux-fb/gdkfb.h b/gdk/linux-fb/gdkfb.h
index ad0fac6edb..dd58400863 100644
--- a/gdk/linux-fb/gdkfb.h
+++ b/gdk/linux-fb/gdkfb.h
@@ -22,4 +22,20 @@ extern const char *gdk_progclass;
extern GdkAtom gdk_selection_property;
+/* FB specific functions: */
+
+typedef gboolean (*GdkWindowChildChanged) (GdkWindow *window,
+ gint x, gint y,
+ gint width, gint height,
+ gpointer user_data);
+typedef void (*GdkWindowChildGetPos) (GdkWindow *window,
+ gint *x, gint *y,
+ gpointer user_data);
+
+gboolean _gdk_window_get_decorations (GdkWindow *window,
+ GdkWMDecoration *decorations);
+void _gdk_window_set_child_handler (GdkWindow *window,
+ GdkWindowChildChanged changed,
+ GdkWindowChildGetPos get_pos,
+ gpointer user_data);
#endif /* GDKFB_H */