Explorar el Código

rtl: add missing TWMWindowPosChanged, TWMWindowPosChanging from messages interface

git-svn-id: trunk@17198 -
paul hace 14 años
padre
commit
e0671060db
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5 4
      rtl/win/wininc/messages.inc

+ 5 - 4
rtl/win/wininc/messages.inc

@@ -1287,11 +1287,12 @@
     TWMQueryDragIcon    = Windows.TWMQueryDragIcon;
     TWMQueryDragIcon    = Windows.TWMQueryDragIcon;
     TWMTimeChange       = Windows.TWMTimeChange;
     TWMTimeChange       = Windows.TWMTimeChange;
     TWMUndo             = Windows.TWMUndo;
     TWMUndo             = Windows.TWMUndo;
+    TWMWindowPosChanged = TWMWindowPosMsg;
+    TWMWindowPosChanging= TWMWindowPosMsg;
 
 
     TWMPaste            = Windows.TWMPaste;
     TWMPaste            = Windows.TWMPaste;
-    TWMCut 	        = Windows.TWMCut;	
-    TWMCopy	        = Windows.TWMCopy;
-
+    TWMCut              = Windows.TWMCut;
+    TWMCopy             = Windows.TWMCopy;
 {$else}
 {$else}
 
 
 {$ifdef cpu64}
 {$ifdef cpu64}
@@ -1426,7 +1427,7 @@
        FocusedWnd : HWND;
        FocusedWnd : HWND;
        UnUsed : WPARAM;
        UnUsed : WPARAM;
        Result : LRESULT;
        Result : LRESULT;
-    End;
+    end;
 
 
     TWMSetCursor = record
     TWMSetCursor = record
       Msg : UINT;
       Msg : UINT;