Unit mxrandr
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
function getxrandrlib: boolean; |
|
This item has no description. |
Types
Window = txid; |
|
This item has no description. |
Rotation = cushort; |
|
This item has no description. |
Connection = cushort; |
|
This item has no description. |
SubpixelOrder = cushort; |
|
This item has no description. |
SizeID = cushort; |
|
This item has no description. |
RROutput = txid; |
|
This item has no description. |
pRROutput = ˆRROutput; |
|
This item has no description. |
RRCrtc = txid; |
|
This item has no description. |
pRRCrtc = ˆRRCrtc; |
|
This item has no description. |
RRMode = txid; |
|
This item has no description. |
pRRMode = ˆRRMode; |
|
This item has no description. |
RRProvider = txid; |
|
This item has no description. |
pRRProvider = ˆRRProvider; |
|
This item has no description. |
Time = culong; |
|
This item has no description. |
pTime = pculong; |
|
This item has no description. |
XRRModeFlags = culong; |
|
This item has no description. |
pXRRModeInfo = ˆXRRModeInfo; |
|
This item has no description. |
pXRRCrtcInfo = ˆXRRCrtcInfo; |
|
This item has no description. |
Constants
RRScreenChangeNotifyMask = 1 shl 0; |
|
This item has no description. |
RRCrtcChangeNotifyMask = 1 shl 1; |
|
This item has no description. |
RROutputChangeNotifyMask = 1 shl 2; |
|
This item has no description. |
RROutputPropertyNotifyMask = 1 shl 3; |
|
This item has no description. |
RRProviderChangeNotifyMask = 1 shl 4; |
|
This item has no description. |
RRProviderPropertyNotifyMask = 1 shl 5; |
|
This item has no description. |
RRResourceChangeNotifyMask = 1 shl 6; |
|
This item has no description. |
RRScreenChangeNotify = 0; |
|
This item has no description. |
RRNotify = 1; |
|
This item has no description. |
RRNotify_CrtcChange = 0; |
|
This item has no description. |
RRNotify_OutputChange = 0; |
|
This item has no description. |
RRNotify_OutputProperty = 2; |
|
This item has no description. |
RRNotify_ProviderChange = 3; |
|
This item has no description. |
RRNotify_ProviderProperty = 4; |
|
This item has no description. |
RRNotify_ResourceChange = 5; |
|
This item has no description. |
rrlastnotify = RRNotify + 5; |
|
This item has no description. |
RR_Rotate_0 = 1; |
|
This item has no description. |
RR_Rotate_90 = 2; |
|
This item has no description. |
RR_Rotate_180 = 4; |
|
This item has no description. |
RR_Rotate_270 = 8; |
|
This item has no description. |
RR_Reflect_X = 16; |
|
This item has no description. |
RR_Reflect_Y = 32; |
|
This item has no description. |
Variables
XRRQueryExtension: function(dpy: pDisplay; event_base_return: pcint; error_base_return: pcint): cBool cdecl; |
|
This item has no description. |
XRRFreeScreenResources: procedure(resources: pXRRScreenResources) cdecl; |
|
This item has no description. |
XRRFreeCrtcInfo: procedure(crtcInfo: pXRRCrtcInfo) cdecl; |
|
This item has no description. |
XRRFreeOutputInfo: procedure(outputInfo: pXRROutputInfo) cdecl; |
|
This item has no description. |
XRRSelectInput: procedure(dpy: pDisplay; window: Window; mask: cint) cdecl; |
|
This item has no description. |
XRRUpdateConfiguration: function(event: pXEvent): cint cdecl; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.