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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user