diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-19 20:36:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-19 20:36:46 +0000 |
commit | bf660df987e2eb2ac2f1f885178e0bbdb7d560b0 (patch) | |
tree | 5d135018addc3f99e185ce572150e9d8693f46ed /gtk/gtkwindow.h | |
parent | e13ec2098affda07023d073a5527f0e61bb24058 (diff) | |
download | gtk+-bf660df987e2eb2ac2f1f885178e0bbdb7d560b0.tar.gz |
File containing #defines for XEMBED protocol.
Thu Apr 19 16:11:07 2001 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am xembed.h: File containing #defines
for XEMBED protocol.
* gtk/gtkplug.[ch] gtk/gtksocket.[ch]:
- Change protocol from old plug/socket specific protocol
to XEMBED draft
- Various fixes to work with GTK+-2.0
Still quite a bit of work to do here to handle initiation
from the socket side (as specified by XEMBED), to handle
the more advanced features of XEMBED, and to figure out
a good way to handle same-app embedding with less overhead
than using full XEMBED.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 8688917297..76584d80de 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -70,6 +70,7 @@ struct _GtkWindow GtkWindowType type : 4; guint has_user_ref_count : 1; + guint has_focus : 1; guint allow_shrink : 1; guint allow_grow : 1; guint auto_shrink : 1; |