ref: 8e8f18a1ee51185293c666999bea8e484f0f259f
parent: 1f5d37a93871742782670f8d1f3fb616583b182d
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Sep 11 09:07:55 EDT 2019
Having second thoughts about this style change
--- a/DoConfig/DoConfig.cpp
+++ b/DoConfig/DoConfig.cpp
@@ -209,7 +209,13 @@
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");
--
⑨