* tboolresult for xinerama, fixes 11147

git-svn-id: trunk@10947 -
This commit is contained in:
marco 2008-05-11 13:04:18 +00:00
parent 2d3b290a58
commit e086e15cde

View File

@ -18,9 +18,9 @@ type
height : cshort;
end;
function XineramaQueryExtension(dpy:PDisplay; event_base:Pcint; error_base:Pcint):TBool;cdecl;external 'Xinerama';
function XineramaQueryExtension(dpy:PDisplay; event_base:Pcint; error_base:Pcint):TBoolResult;cdecl;external 'Xinerama';
function XineramaQueryVersion(dpy:PDisplay; major:Pcint; minor:Pcint):TStatus;cdecl;external 'Xinerama';
function XineramaIsActive(dpy:PDisplay):TBool;cdecl;external 'Xinerama';
function XineramaIsActive(dpy:PDisplay):TBoolResult;cdecl;external 'Xinerama';
function XineramaQueryScreens(dpy:PDisplay; number:Pcint):PXineramaScreenInfo;cdecl;external 'Xinerama';
implementation