diff --git a/lib/widget/menu.h b/lib/widget/menu.h index 9b72593eb..03112d61a 100644 --- a/lib/widget/menu.h +++ b/lib/widget/menu.h @@ -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;