|
@@ -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
|