Gwenhael Le Moine
|
6397d8e9cd
|
remove commented code; add newlines
|
2023-05-03 13:12:29 +02:00 |
|
Gwenhael Le Moine
|
91f33012d9
|
remove unnecessary empty return; in void functions
|
2023-05-03 13:08:53 +02:00 |
|
Gwenhael Le Moine
|
5f18956212
|
back to ( void ), I have seen the errors in my ways
https://stackoverflow.com/questions/29326149/is-it-mandatory-to-use-return-and-void-in-the-functions-in-c
|
2023-05-03 12:51:32 +02:00 |
|
Gwenhael Le Moine
|
1d48f25f75
|
prefer () to (void) in functions' signatures
|
2023-05-03 10:35:15 +02:00 |
|
Gwenhael Le Moine
|
9202d2bd3f
|
remove all DEBUG code
|
2023-05-03 10:10:53 +02:00 |
|
Gwenhael Le Moine
|
ba5a83e730
|
merge GetEvent() and SDLGetEvent() into get_ui_event()
|
2023-05-03 09:40:52 +02:00 |
|
Gwenhael Le Moine
|
8613a52817
|
s/ifdef GUI_IS_*/if defined( GUI_IS_* )/g
|
2023-05-02 16:57:24 +02:00 |
|
Gwenhael Le Moine
|
4b1c6067f0
|
removed never-finished SDL2 port; clean and format code
|
2023-05-02 14:40:02 +02:00 |
|
Gwenhael Le Moine
|
97da416cbd
|
x48ng 0.9.9
|
2023-04-30 18:16:13 +02:00 |
|
Gwenhael Le Moine
|
4f36bc06c0
|
x48 and x48-sdl are fully merged!
|
2023-04-30 16:34:53 +02:00 |
|
Gwenhael Le Moine
|
e706417212
|
drop global.h, clean config.h
|
2023-04-28 14:06:51 +02:00 |
|
Gwenhael Le Moine
|
dfef0012a5
|
rename x48_x11 to x48_gui
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
|
2023-04-27 16:35:56 +02:00 |
|