Miscellaneous portability fixes.

-Yosh
This commit is contained in:
Manish Singh
1998-01-02 03:36:27 +00:00
parent 26c35927f7
commit 92610dafdb
13 changed files with 46 additions and 17 deletions

View File

@ -60,8 +60,8 @@ struct _GdkWindowPrivate
guint8 resize_count;
guint8 ref_count;
guint8 window_type;
guint8 destroyed : 2;
guint8 dnd_drag_enabled : 1,
guint destroyed : 2;
guint dnd_drag_enabled : 1,
dnd_drag_datashow : 1,
dnd_drag_destructive_op : 1,
dnd_drag_accepted : 1,