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/gdkscreen.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/gdkscreen.h')
-rw-r--r-- | gdk/gdkscreen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkscreen.h b/gdk/gdkscreen.h index a31b861213..1308eaeacd 100644 --- a/gdk/gdkscreen.h +++ b/gdk/gdkscreen.h @@ -48,6 +48,8 @@ struct _GdkScreen struct _GdkScreenClass { GObjectClass parent_class; + + void (*size_changed) (GdkScreen *screen); }; GType gdk_screen_get_type (void); |