diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-04 15:58:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-04 15:58:19 +0000 |
commit | 8555f42715e83e3016fd8a36ee3a99f8d405509f (patch) | |
tree | 2305e2ba30fc5f47a6bd52a4d390d130f7f4f1c0 /gdk/x11/gdkscreen-x11.h | |
parent | 85d726f9aa22ff9f6b9487b4f3e380a40f731f4b (diff) | |
download | gtk+-8555f42715e83e3016fd8a36ee3a99f8d405509f.tar.gz |
Add a check for the Xrandr extension.
Fri Oct 4 11:43:47 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Add a check for the Xrandr extension.
* gdk/gdkscreen.[ch]: Add a size-changed signal.
* gdk/x11/gdkscreen-x11.[ch]: Patch from Keith packard
to hook up ConfigureNotify events on the root window
to the ::size-changed signal. (#94560)
* gtk/gtkimcontextsimple.c: Warning fixes
Diffstat (limited to 'gdk/x11/gdkscreen-x11.h')
-rw-r--r-- | gdk/x11/gdkscreen-x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/x11/gdkscreen-x11.h b/gdk/x11/gdkscreen-x11.h index 6d3864671e..89aa4390de 100644 --- a/gdk/x11/gdkscreen-x11.h +++ b/gdk/x11/gdkscreen-x11.h @@ -102,6 +102,8 @@ GdkScreen * _gdk_x11_screen_new (GdkDisplay *display, gint screen_number); void _gdk_x11_screen_window_manager_changed (GdkScreen *screen); +void _gdk_x11_screen_size_changed (GdkScreen *screen, + XEvent *event); G_END_DECLS |