hedgewars/SDLh.pas
changeset 3354 cb5d13ff4aae
parent 3349 5571592f10a8
child 3385 361bd29293f4
equal deleted inserted replaced
3353:a767dd3786b5 3354:cb5d13ff4aae
   401         _type: LongInt;
   401         _type: LongInt;
   402         windowID: LongInt;
   402         windowID: LongInt;
   403         x, y: LongInt;
   403         x, y: LongInt;
   404         padding1: byte;
   404         padding1: byte;
   405 {$ELSE}
   405 {$ELSE}
   406         _type: byteM
   406         _type: byte;
   407         x, y: word;
   407         x, y: word;
   408 {$ENDIF}
   408 {$ENDIF}
   409         end;
   409         end;
   410 
   410 
   411 {$IFDEF SDL13}
   411 {$IFDEF SDL13}