fb:porticula NoPaste
X11_xinerama.bi
Uploader: | ThePuppetMaster |
Datum/Zeit: | 09.03.2016 14:33:16 |
'##############################################################################################################################################################
'##############################################################################################################################################################
'### EWH4 - V:4.00.0 - R:0
'##############################################################################################################################################################
'##############################################################################################################################################################
'### Date of Idea: 2012.10.24 - 22:37:52
'### Autor: DeltaLab's Germany [Experimental Computing]
'### Martin Wiemann
'### Contact: FreeBasic@DeltaLabs.de / Info@DeltaLabs.de / IRC://DeltaLabs.de/#mln
'### Licence: Tu was du nicht lassen kannst, solange du hiermit nicht mehr Geld verdienst als ich.
'##############################################################################################################################################################
'##############################################################################################################################################################
'##############################################################################################################################################################
#inclib "Xinerama"
'##############################################################################################################################################################
Type XineramaScreenInfo
screen_number as Integer
x_org as Short
y_org as Short
width as Short
height as Short
End Type
'##############################################################################################################################################################
Declare Function XineramaQueryExtension cdecl alias "XineramaQueryExtension" (byval dpy as Display Ptr, byval event_base as Integer Ptr, byval error_base as Integer Ptr) as XBOOLEAN
Declare Function XineramaIsActive cdecl alias "XineramaIsActive" (byval dpy as Display Ptr) as XBOOLEAN
Declare Function XineramaQueryScreens cdecl alias "XineramaQueryScreens" (byval dpy as Display Ptr, byval number as Integer Ptr) as XineramaScreenInfo Ptr