mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-26 16:33:45 +01: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; |         height        : cshort; | ||||||
|      end; |      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 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'; | function XineramaQueryScreens(dpy:PDisplay; number:Pcint):PXineramaScreenInfo;cdecl;external 'Xinerama'; | ||||||
| 
 | 
 | ||||||
| implementation | implementation | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 marco
						marco