]> Pileus Git - ~andy/gtk/commit
fix GtkWindowMnemonic to have a separate typedef
authorHavoc Pennington <hp@redhat.com>
Wed, 25 Sep 2002 19:16:46 +0000 (19:16 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 25 Sep 2002 19:16:46 +0000 (19:16 +0000)
commit1689117cf760311e14186a992a43943d3d55c3ba
tree477007c1033b4f866bf1dfbbb81898e2a2614c4b
parentd41f210d6b98513fe0c479f45fc7c9b9ef015299
fix GtkWindowMnemonic to have a separate typedef

2002-09-24  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwindow.c: fix GtkWindowMnemonic to have a separate
typedef

* gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): monitor
FULLSCREEN state

* tests/testgtk.c (get_state_controls): add
fullscreen/unfullscreen test

* gdk/gdkdisplay.c (gdk_display_finalize): fix unused variable

* gdk/x11/gdkscreen-x11.c (init_xinerama_support): fix unused
variable

* gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): mop up unused
variable

* gdk/x11/gdkscreen-x11.c
(_gdk_x11_screen_window_manager_changed): emit
window_manager_changed signal

* gdk/x11/gdkscreen-x11.h (struct _GdkScreenX11Class): add
window_manager_changed signal

* gdk/x11/gdkevents-x11.c
(gdk_x11_screen_get_window_manager_name): new function

* gtk/gtkwindow.c (gtk_window_class_init): add type_hint,
skip_taskbar_hint, skip_pager_hint properties
(gtk_window_set_skip_taskbar_hint):
(gtk_window_get_skip_taskbar_hint):
(gtk_window_set_skip_pager_hint):
(gtk_window_get_skip_pager_hint):
(gtk_window_fullscreen):
(gtk_window_unfullscreen): new functions

* gdk/gdkevents.h (GdkWindowState): add FULLSCREEN state

* gdk/gdkwindow.h (GdkWindowTypeHint): add missing type hint
values

* gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_taskbar_hint):
(gdk_window_set_skip_pager_hint):
(gdk_window_fullscreen):
(gdk_window_unfullscreen): new functions
(set_initial_hints): set fullscreen here if appropriate
18 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkdisplay.c
gdk/gdkevents.h
gdk/gdkwindow.h
gdk/x11/gdkevents-x11.c
gdk/x11/gdkscreen-x11.c
gdk/x11/gdkscreen-x11.h
gdk/x11/gdkwindow-x11.c
gdk/x11/gdkwindow-x11.h
gdk/x11/gdkx.h
gtk/gtkwindow.c
gtk/gtkwindow.h
tests/testgtk.c