1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 01:02:17 -05:00

Litlee IFDEF

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@2 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Raymond 2009-08-28 22:29:18 +00:00
parent 18419b36cc
commit 53f343d58e

View File

@ -115,6 +115,7 @@ end;
// Too global. // Too global.
{$IFDEF LINUX}
function MufasaXErrorHandler(para1:PDisplay; para2:PXErrorEvent):cint;cdecl; function MufasaXErrorHandler(para1:PDisplay; para2:PXErrorEvent):cint;cdecl;
begin; begin;
result := 0; result := 0;
@ -127,6 +128,7 @@ begin;
writeln('Serial: ' + inttostr(para2^.serial)); writeln('Serial: ' + inttostr(para2^.serial));
writeln('Type: ' + inttostr(para2^._type)); writeln('Type: ' + inttostr(para2^._type));
end; end;
{$ENDIF}
procedure TMWindow.GetDimensions(var W, H: Integer); procedure TMWindow.GetDimensions(var W, H: Integer);
{$IFDEF LINUX} {$IFDEF LINUX}