mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Put the supported protocol version in in the right field of the
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkplug.c (xembed_set_info): Put the supported protocol version in in the right field of the _XEMBED_INFO property. (#123885, Denis Mikhalkin)
This commit is contained in:
parent
995c756f11
commit
324228a33c
@ -1,3 +1,9 @@
|
||||
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
|
||||
version in in the right field of the _XEMBED_INFO property.
|
||||
(#123885, Denis Mikhalkin)
|
||||
|
||||
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
|
||||
version in in the right field of the _XEMBED_INFO property.
|
||||
(#123885, Denis Mikhalkin)
|
||||
|
||||
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
|
||||
version in in the right field of the _XEMBED_INFO property.
|
||||
(#123885, Denis Mikhalkin)
|
||||
|
||||
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
|
||||
version in in the right field of the _XEMBED_INFO property.
|
||||
(#123885, Denis Mikhalkin)
|
||||
|
||||
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
|
||||
version in in the right field of the _XEMBED_INFO property.
|
||||
(#123885, Denis Mikhalkin)
|
||||
|
||||
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
|
||||
|
@ -934,7 +934,7 @@ xembed_set_info (GdkWindow *window,
|
||||
|
||||
Atom xembed_info_atom = gdk_x11_get_xatom_by_name_for_display (display, "_XEMBED_INFO");
|
||||
|
||||
buffer[1] = GTK_XEMBED_PROTOCOL_VERSION;
|
||||
buffer[0] = GTK_XEMBED_PROTOCOL_VERSION;
|
||||
buffer[1] = flags;
|
||||
|
||||
XChangeProperty (GDK_DISPLAY_XDISPLAY (display),
|
||||
|
Loading…
Reference in New Issue
Block a user