diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-01-17 22:58:59 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-17 22:58:59 +0000 |
commit | 1adaa231c89e917d3b9e6a69c54c8698c89e326e (patch) | |
tree | 6ff7b834561cbd52151d98d2eb6e802b99b4a8aa /ChangeLog.pre-2-4 | |
parent | 2aca4b0a80e3995bea4aa83d9d6c211b3cbf9555 (diff) | |
download | gtk+-1adaa231c89e917d3b9e6a69c54c8698c89e326e.tar.gz |
Patch from Felix Bellaby <felix@pooh.u-net.com>
Sun Jan 17 17:56:33 1999 Owen Taylor <otaylor@redhat.com>
Patch from Felix Bellaby <felix@pooh.u-net.com>
* gdk/gdk.c: Use XmbSetWMProperties to set
the class/command on the loader window so that the
client machine is also set in the same place.
(For X11R5 sesssion management compatibility)
* gdk/gdk.c: (gdk_set_sm_client_id) Implementation
of function to set the session manager client ID.
* gdk/gdkwindow.c (gdk_window_new): Set
WM_CLIENT_LEADER propertiy on all windows pointing
back to GDK's leader window.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 18c3e6bbf4..b0acd2f577 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,19 @@ +Sun Jan 17 17:56:33 1999 Owen Taylor <otaylor@redhat.com> + + Patch from Felix Bellaby <felix@pooh.u-net.com> + + * gdk/gdk.c: Use XmbSetWMProperties to set + the class/command on the loader window so that the + client machine is also set in the same place. + (For X11R5 sesssion management compatibility) + + * gdk/gdk.c: (gdk_set_sm_client_id) Implementation + of function to set the session manager client ID. + + * gdk/gdkwindow.c (gdk_window_new): Set + WM_CLIENT_LEADER propertiy on all windows pointing + back to GDK's leader window. + Sun Jan 17 12:01:57 1999 Owen Taylor <otaylor@gtk.org> * gtk/gtkrc.c (gtk_rc_style_init): Allow a bg_pixmap |