D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now finish GnomeMC, miguel :)

This commit is contained in:
Elliot Lee
1998-02-26 21:28:00 +00:00
parent 95efae09a7
commit a597dd9473
10 changed files with 306 additions and 91 deletions

View File

@ -33,12 +33,16 @@ Atom gdk_wm_take_focus;
Atom gdk_wm_protocols;
Atom gdk_wm_window_protocols[2];
Atom gdk_selection_property;
GdkDndCursorInfo gdk_dnd_cursorinfo = {None, None, NULL, NULL,
{0,0}, {0,0}};
GdkDndGlobals gdk_dnd = {None,None,None,
None,None,None,
None,
None,None,
&gdk_dnd_cursorinfo,
NULL,
0, 0,
0,
FALSE, FALSE, FALSE,
None,
{0,0}};
gchar *gdk_progname = NULL;
gchar *gdk_progclass = NULL;