From 972e21e28a8c05955b10fb19c9d99e6d69a1a745 Mon Sep 17 00:00:00 2001 From: Harold L Hunt II Date: Tue, 2 Mar 2004 20:06:34 +0000 Subject: [PATCH] Fix bad filename reference in comment. --- hw/xwin/winwindow.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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);