ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_WindowHack.c
(Generate patch)

Comparing Daodan/src/Daodan_WindowHack.c (file contents):
Revision 689 by alloc, Mon Mar 4 15:52:19 2013 UTC vs.
Revision 690 by alloc, Wed Mar 6 18:33:15 2013 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)