summaryrefslogtreecommitdiff
path: root/redo/area_windows.c
AgeCommit message (Collapse)Author
2014-08-09Removed TODO about duplicate case labels (it's illegal in C too; citing the ↵Pietro Gagliardi
standards (both C89 and C99) as proof).
2014-08-05Fixed area_windows.c data types.Pietro Gagliardi
2014-08-05Fixed errors with Area on Windows. Woo!Pietro Gagliardi
2014-08-05Fixed lots of syntax errors, including one where I forgot a parameter to a ↵Pietro Gagliardi
Windows API call, oops... the problem is present in the main package being replaced too. :x It will be fixed when I move this redo up. Also added Area initializer to uiinit(). NOW does it work???
2014-08-05Mostly completed writing Area on Windows. Now to fix compiler errors.Pietro Gagliardi
2014-08-05Started re-adding Area to the Windows backend: ported the existing code to C.Pietro Gagliardi