sdl: update todo list
This commit is contained in:
parent
03ac88ecf7
commit
39dc4dee16
|
@ -1,3 +1,10 @@
|
|||
Priorities
|
||||
==========
|
||||
* Backwards-cpp still has an issue with clang++; look into this
|
||||
* Users are reporting crashing issues with hotkey dialog (probably because its a mess!). A huge chunk of the hotkey code should be rewritten (GUI and hotkey structs - or lack there-of)
|
||||
* GTK File menu quit element has "CTRL-Q" accelerator. This causes confusion with there being another SDL Hotkey for quit. This should be addressed.
|
||||
* Quit was mapped to '0' to prevent users from accidently quitting. Perhaps a default quit combo could be used.
|
||||
|
||||
Features
|
||||
========
|
||||
* SDL.Vsync
|
||||
|
|
Loading…
Reference in New Issue