(WMenubar): fix -Wconversion warnings.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andreas Mohr 2015-11-15 20:09:40 +03:00 committed by Andrew Borodin
parent a613de7183
commit 897eac252f

View File

@ -34,7 +34,7 @@ typedef struct WMenuBar
gboolean is_active; /* If the menubar is in use */
gboolean is_dropped; /* If the menubar has dropped */
GList *menu; /* The actual menus */
size_t selected; /* Selected menu on the top bar */
guint selected; /* Selected menu on the top bar */
unsigned long previous_widget; /* Selected widget ID before activating menu */
} WMenuBar;