This commit moves dnd variables around a bit, and has a try at using hints for the shape dragging (this is for quartic)

This commit is contained in:
Elliot Lee
1998-03-06 05:14:09 +00:00
parent 2a4c36a73d
commit 3033d6b47a
5 changed files with 119 additions and 104 deletions

View File

@ -43,7 +43,9 @@ GdkDndGlobals gdk_dnd = {None,None,None,
0,
FALSE, FALSE, FALSE,
None,
{0,0}};
{0,0},
{0,0}, {0,0},
{0,0,0,0}, NULL, None};
gchar *gdk_progname = NULL;
gchar *gdk_progclass = NULL;
gint gdk_error_code;