diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-18 21:03:18 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-18 21:03:18 +0100 |
commit | 7c0d78d164cbce489cea672f110a4f3f96515ea1 (patch) | |
tree | 2894c58b8e2ca925f0014b1a3c7e04468f683ac7 /plugingui/nativewindow_win32.cc | |
parent | 35aabe3781239c22f65a87541bde03497abf2743 (diff) |
Fix compiler warnings.
Diffstat (limited to 'plugingui/nativewindow_win32.cc')
-rw-r--r-- | plugingui/nativewindow_win32.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/nativewindow_win32.cc b/plugingui/nativewindow_win32.cc index 8a0b912..34e18fa 100644 --- a/plugingui/nativewindow_win32.cc +++ b/plugingui/nativewindow_win32.cc @@ -79,7 +79,7 @@ GUI::NativeWindowWin32::NativeWindowWin32(GlobalContext *gctx, wndId = 0; // } - gctx->m_hwnd = CreateWindowEx(NULL/*ex_style*/, gctx->m_className, + gctx->m_hwnd = CreateWindowEx(0/*ex_style*/, gctx->m_className, "DGBasisWidget", (WS_OVERLAPPEDWINDOW | WS_VISIBLE), window->x(), window->y(), |