| Previous | 199869 Revisions | Next |
| r35315 Thursday 26th February, 2015 at 23:31:15 UTC by Couriersud |
|---|
| Fix windows sdl build. (nw) |
| [src/osd/sdl] | window.c |
| r243826 | r243827 | |
|---|---|---|
| 58 | 58 | // minimum window dimension |
| 59 | 59 | #define MIN_WINDOW_DIM 200 |
| 60 | 60 | |
| 61 | #ifndef SDLMAME_WIN32 | |
| 61 | //#ifndef SDLMAME_WIN32 | |
| 62 | 62 | #define WMSZ_TOP (0) |
| 63 | 63 | #define WMSZ_BOTTOM (1) |
| 64 | 64 | #define WMSZ_BOTTOMLEFT (2) |
| r243826 | r243827 | |
| 67 | 67 | #define WMSZ_TOPLEFT (5) |
| 68 | 68 | #define WMSZ_TOPRIGHT (6) |
| 69 | 69 | #define WMSZ_RIGHT (7) |
| 70 | #endif | |
| 70 | //#endif | |
| 71 | 71 | |
| 72 | 72 | //============================================================ |
| 73 | 73 | // GLOBAL VARIABLES |
| https://github.com/mamedev/mame/commit/dae49b998a41caaac33f3640dd8036b0029ec6b5 |
| Previous | 199869 Revisions | Next |