mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* tboolresult for xinerama, fixes 11147
git-svn-id: trunk@10947 -
This commit is contained in:
parent
2d3b290a58
commit
e086e15cde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user