Support for stacked menubars. May still be incomplete...

TODO : add a way to hide and show them...


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1178 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-11-14 10:25:23 +00:00
parent 3008540998
commit 6a4ba08343
6 changed files with 62 additions and 8 deletions

View File

@@ -476,6 +476,15 @@ GFX2_GLOBAL byte Menu_factor_Y;
/// Size of a color cell in the menu's palette.
GFX2_GLOBAL word Menu_palette_cell_width;
GFX2_GLOBAL T_Menu_Bar Menu_bars[MENUBARS_COUNT]
#ifdef GLOBAL_VARIABLES
=
{{MENU_WIDTH, 9, 1, NULL }, // Status
{MENU_WIDTH, 10, 0, NULL }, // Layers
{MENU_WIDTH, 35, 1, NULL }} // Main
#endif
;
// -- Window data