| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | #include "BFW_Motoko_Draw.h" | |
| 8 | #include "oni_gl.h" | |
| 9 | ||
| 10 | – | #define DD_CS_DROPSHADOW 0x20000 |
| 11 | – | |
| 10 | volatile HWND onihwnd, boxhwnd = NULL; | |
| 11 | int inclient = 0; | |
| 12 | int dragging = 0; | |
| # | Line 64 | Line 62 | DWORD WINAPI DDrHack_WndMain(LPVOID para | |
| 62 | WNDCLASSEX wc; | |
| 63 | ||
| 64 | wc.cbSize = sizeof(WNDCLASSEX); | |
| 65 | < | wc.style = (opt_border ? 0 : (opt_shadow ? DD_CS_DROPSHADOW : 0)); |
| 65 | > | wc.style = 0; |
| 66 | wc.lpfnWndProc = DDrHack_WndProc; | |
| 67 | wc.cbClsExtra = 0; | |
| 68 | wc.cbWndExtra = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |