diff --git a/hw/xwin/winwindow.h b/hw/xwin/winwindow.h index 99df6a032..837053287 100644 --- a/hw/xwin/winwindow.h +++ b/hw/xwin/winwindow.h @@ -90,7 +90,7 @@ typedef struct _winWMMessageRec{ /* - * winrootlesswm.c + * winmultiwindowwm.c */ #define WM_WM_MOVE (WM_USER + 1) @@ -105,11 +105,6 @@ typedef struct _winWMMessageRec{ #define WM_WM_HINTS_EVENT (WM_USER + 10) #define WM_WM_CHANGE_STATE (WM_USER + 11) - -/* - * winmultiwindowwm.c - */ - void winSendMessageToWM (void *pWMInfo, winWMMessagePtr msg);