Compilation fix.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@85 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-09-23 04:16:05 +00:00
parent 79505f7c4d
commit cdb1b97465
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Begin
RawImage.Data := PByte(Ptr);
End;
{$IFDEF LINUX}
function MouseWindow: x.TWindow;
var
Old_Handler: TXErrorHandler;
@ -139,6 +139,7 @@ begin
XSetErrorHandler(Old_Handler);
end;
{$ENDIF}
end.