dxx-rebirth/common/ui
Kp b0cb681ae7 Add gcc-7 /*-fallthrough*/ comments for obvious cases
For switch cases where existing comments or code flow logic obviously
intended to fall through, add a gcc-7 /*-fallthrough*/ comment to
silence warnings about this.  Some cases which are less obvious are not
converted, so the code does not yet compile clean with
-Wimplicit-fallthrough.

Reported-by: parkerlreed <https://github.com/dxx-rebirth/dxx-rebirth/issues/338>
2017-06-07 02:44:54 +00:00
..
button.cpp
checkbox.cpp
dialog.cpp Add gcc-7 /*-fallthrough*/ comments for obvious cases 2017-06-07 02:44:54 +00:00
file.cpp
gadget.cpp
icon.cpp
inputbox.cpp Cache canvas in inputbox.cpp 2017-03-10 01:22:24 +00:00
keypad.cpp Cache canvas in keypad.cpp 2017-03-10 01:22:25 +00:00
keypress.cpp
listbox.cpp Cache canvas in listbox.cpp 2017-03-10 01:22:25 +00:00
menu.cpp
menubar.cpp Cache canvas in menubar.cpp 2017-03-10 01:22:25 +00:00
message.cpp Cache canvas in message.cpp 2017-03-10 01:22:25 +00:00
radio.cpp Cache canvas in radio.cpp 2017-03-10 01:22:25 +00:00
scroll.cpp
ui.cpp Pass canvas to gr_init_font 2017-03-11 19:56:22 +00:00
uidraw.cpp
userbox.cpp