Having second thoughts about this style change
This commit is contained in:
parent
1f5d37a938
commit
8e8f18a1ee
1 changed files with 7 additions and 1 deletions
|
@ -209,7 +209,13 @@ int main(int argc, char *argv[])
|
|||
okaygroup->end();
|
||||
|
||||
displaychoice = new Fl_Choice(205, 70, 185, 20);
|
||||
Fl_Menu_Item screens[] = {{"Fullscreen 16-bit"}, {"Windowed 320x240"}, {"Windowed 640x480"}, {"Fullscreen 24-bit"}, {"Fullscreen 32-bit"}, {0}};
|
||||
Fl_Menu_Item screens[] = {
|
||||
{"Fullscreen 16-bit"},
|
||||
{"Windowed 320x240"},
|
||||
{"Windowed 640x480"},
|
||||
{"Fullscreen 24-bit"},
|
||||
{"Fullscreen 32-bit"},
|
||||
{0}};
|
||||
displaychoice->menu(screens);
|
||||
|
||||
joychoice = new Fl_Check_Button(205, 100, 185, 20, "Use Joypad");
|
||||
|
|
Loading…
Add table
Reference in a new issue