diff options
Diffstat (limited to 'drivemount/drive-list.h')
-rw-r--r-- | drivemount/drive-list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivemount/drive-list.h b/drivemount/drive-list.h index 690e0c4b..283aeb6d 100644 --- a/drivemount/drive-list.h +++ b/drivemount/drive-list.h @@ -46,6 +46,8 @@ struct _DriveList GtkOrientation orientation; guint layout_tag; GtkReliefStyle relief; + GtkWidget *dummy; + gint count; int icon_size; }; |