diff options
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r-- | hw/xwin/win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index b0ce366b5..3522ee4f8 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -1319,6 +1319,9 @@ winAdjustXWindow (WindowPtr pWin, HWND hwnd); LRESULT CALLBACK winTopLevelWindowProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam); +LRESULT CALLBACK +winChildWindowProc (HWND hwnd, UINT message, + WPARAM wParam, LPARAM lParam); #endif |