Home
last modified time | relevance | path

Searched refs:XRRScreenResources (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/graphics/jogamp-jogl/jogl/src/newt/native/
H A DX11RandR13.c50 XRRScreenResources *res = XRRGetScreenResourcesCurrent( dpy, root); // 1.3 in Java_jogamp_newt_driver_x11_RandR13_getScreenResources0()
64 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_freeScreenResources0()
129 static RRCrtc findRRCrtc(XRRScreenResources *resources, RRCrtc crtc) { in findRRCrtc()
148 static XRRModeInfo* findMode(XRRScreenResources *resources, RRMode modeId) { in findMode()
168 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_dumpInfo0()
218 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_getMonitorDeviceIds0()
354 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_getMonitorMode0()
400 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_getMonitorCurrentMode0()
460 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_getMonitorDevice0()
536 XRRScreenResources *resources = (XRRScreenResources *) (intptr_t) screenResources; in Java_jogamp_newt_driver_x11_RandR13_setMonitorMode0()
[all …]
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/_cabal_deps/X11-1.10.2/Graphics/X11/
H A DXrandr.hsc23 XRRScreenResources(..),
107 data XRRScreenResources = XRRScreenResources function
267 instance Storable XRRScreenResources where
268 sizeOf _ = #{size XRRScreenResources}
295 peek p = return XRRScreenResources
296 `ap` ( #{peek XRRScreenResources, timestamp } p )
297 `ap` ( #{peek XRRScreenResources, configTimestamp } p )
298 `ap` peekCArrayIO (#{peek XRRScreenResources, ncrtc } p)
299 (#{peek XRRScreenResources, crtcs } p)
300 `ap` peekCArrayIO (#{peek XRRScreenResources, noutput } p)
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/X11-1.9.1/Graphics/X11/
H A DXrandr.hsc23 XRRScreenResources(..),
105 data XRRScreenResources = XRRScreenResources constructor
219 instance Storable XRRScreenResources where
220 sizeOf _ = #{size XRRScreenResources}
247 peek p = return XRRScreenResources
248 `ap` ( #{peek XRRScreenResources, timestamp } p )
249 `ap` ( #{peek XRRScreenResources, configTimestamp } p )
250 `ap` peekCArrayIO (#{peek XRRScreenResources, ncrtc } p)
251 (#{peek XRRScreenResources, crtcs } p)
252 `ap` peekCArrayIO (#{peek XRRScreenResources, noutput } p)
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/X11-1.9.2/Graphics/X11/
H A DXrandr.hsc23 XRRScreenResources(..),
105 data XRRScreenResources = XRRScreenResources type
219 instance Storable XRRScreenResources where
220 sizeOf _ = #{size XRRScreenResources}
247 peek p = return XRRScreenResources
248 `ap` ( #{peek XRRScreenResources, timestamp } p )
249 `ap` ( #{peek XRRScreenResources, configTimestamp } p )
250 `ap` peekCArrayIO (#{peek XRRScreenResources, ncrtc } p)
251 (#{peek XRRScreenResources, crtcs } p)
252 `ap` peekCArrayIO (#{peek XRRScreenResources, noutput } p)
[all …]
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/X11-1.9.1/Graphics/X11/
H A DXrandr.hsc23 XRRScreenResources(..),
105 data XRRScreenResources = XRRScreenResources constructor
219 instance Storable XRRScreenResources where
220 sizeOf _ = #{size XRRScreenResources}
247 peek p = return XRRScreenResources
248 `ap` ( #{peek XRRScreenResources, timestamp } p )
249 `ap` ( #{peek XRRScreenResources, configTimestamp } p )
250 `ap` peekCArrayIO (#{peek XRRScreenResources, ncrtc } p)
251 (#{peek XRRScreenResources, crtcs } p)
252 `ap` peekCArrayIO (#{peek XRRScreenResources, noutput } p)
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/x11-dl-2.19.1/src/
H A Dold_xrandr.rs32 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
35 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
37 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
40 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
41 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
45 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
46 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
58 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
62 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
H A Dxrandr.rs44 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
47 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
50 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
53 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
54 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
58 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
59 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
71 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
76 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
138 pub struct XRRScreenResources { struct
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/x11-dl-2.18.3/src/
H A Dold_xrandr.rs32 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
35 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
37 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
40 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
41 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
45 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
46 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
58 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
62 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/x11-dl-2.18.5/src/
H A Dold_xrandr.rs32 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
35 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
37 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
40 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
41 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
45 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
46 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
58 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
62 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/games/dose-response/dose-response-179c326/cargo-crates/x11-dl-2.18.3/src/
H A Dold_xrandr.rs32 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
35 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
37 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
40 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
41 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
45 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
46 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
58 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
62 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/x11-dl-2.18.5/src/
H A Dold_xrandr.rs32 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
35 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
37 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
40 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
41 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
45 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
46 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
58 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
62 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/x11/libXrandr/libXrandr-1.5.2/src/
H A DXrrScreen.c40 static XRRScreenResources *
51 XRRScreenResources *xrsr; in doGetScreenResources()
123 rbytes = (sizeof (XRRScreenResources) + in doGetScreenResources()
129 xrsr = (XRRScreenResources *) Xmalloc(rbytes); in doGetScreenResources()
210 return (XRRScreenResources *) xrsr; in doGetScreenResources()
213 XRRScreenResources *
219 XRRScreenResources *
226 XRRFreeScreenResources (XRRScreenResources *resources) in XRRFreeScreenResources()
/dports/x11/libXrandr/libXrandr-1.5.2/include/X11/extensions/
H A DXrandr.h275 } XRRScreenResources; typedef
277 XRRScreenResources *
281 XRRFreeScreenResources (XRRScreenResources *resources);
302 XRRGetOutputInfo (Display *dpy, XRRScreenResources *resources, RROutput output);
375 XRRGetCrtcInfo (Display *dpy, XRRScreenResources *resources, RRCrtc crtc);
382 XRRScreenResources *resources,
415 XRRScreenResources *
470 XRRGetPanning (Display *dpy, XRRScreenResources *resources, RRCrtc crtc);
477 XRRScreenResources *resources,
516 XRRGetProviderInfo(Display *dpy, XRRScreenResources *resources, RRProvider provider);
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dx11_monitor.c43 static const XRRModeInfo* getModeInfo(const XRRScreenResources* sr, RRMode id) in getModeInfo()
68 XRRScreenResources* sr; in _glfwSetVideoMode()
138 XRRScreenResources* sr; in _glfwRestoreVideoMode()
178 XRRScreenResources* sr; in _glfwPlatformGetMonitors()
274 XRRScreenResources* sr; in _glfwPlatformGetMonitorPos()
312 XRRScreenResources* sr; in _glfwPlatformGetVideoModes()
377 XRRScreenResources* sr; in _glfwPlatformGetVideoMode()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_randr.c550 XRRScreenResources *res = NULL; in ecore_x_randr_screen_reset()
691 XRRScreenResources *res = NULL; in ecore_x_randr_modes_info_get()
822 XRRScreenResources *res = NULL; in ecore_x_randr_mode_info_get()
917 XRRScreenResources *res = NULL; in ecore_x_randr_crtcs_get()
960 XRRScreenResources *res = NULL; in ecore_x_randr_outputs_get()
1219 XRRScreenResources *res = NULL; in ecore_x_randr_crtc_outputs_get()
1279 XRRScreenResources *res = NULL; in ecore_x_randr_crtc_possible_outputs_get()
1332 XRRScreenResources *res = NULL; in ecore_x_randr_crtc_geometry_get()
1426 XRRScreenResources *res = NULL; in ecore_x_randr_crtc_mode_get()
1494 XRRScreenResources *res = NULL; in ecore_x_randr_crtc_refresh_rate_get()
[all …]
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/x11-2.18.2/src/
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/x11/src/
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/graphics/rx/rx-0.4.0/cargo-crates/x11-2.18.1/src/
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/x11-2.18.2/src/
H A Dxrandr.rs46 pub fn XRRFreeScreenResources (resources: *mut XRRScreenResources) -> (),
49 …pub fn XRRGetCrtcInfo (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mu…
52 …pub fn XRRGetOutputInfo (dpy: *mut Display, resources: *mut XRRScreenResources, output: RROutput) …
55 …pub fn XRRGetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc) -> *mut…
56 …pub fn XRRGetProviderInfo (dpy: *mut Display, resources: *mut XRRScreenResources, provider: RRProv…
60 pub fn XRRGetScreenResources (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
61 …pub fn XRRGetScreenResourcesCurrent (dpy: *mut Display, window: Window) -> *mut XRRScreenResources,
73 …pub fn XRRSetCrtcConfig (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, time…
78 …pub fn XRRSetPanning (dpy: *mut Display, resources: *mut XRRScreenResources, crtc: RRCrtc, panning…
141 pub struct XRRScreenResources { struct
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dx11_monitor.c57 static const XRRModeInfo* getModeInfo(const XRRScreenResources* sr, RRMode id) in getModeInfo()
108 XRRScreenResources* sr = XRRGetScreenResourcesCurrent(_glfw.x11.display, in _glfwPollMonitorsX11()
239 XRRScreenResources* sr = in _glfwSetVideoModeX11()
288 XRRScreenResources* sr = in _glfwRestoreVideoModeX11()
321 XRRScreenResources* sr = in _glfwPlatformGetMonitorPos()
354 XRRScreenResources* sr = in _glfwPlatformGetMonitorWorkarea()
448 XRRScreenResources* sr = in _glfwPlatformGetVideoModes()
496 XRRScreenResources* sr = in _glfwPlatformGetVideoMode()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dx11_monitor.c57 static const XRRModeInfo* getModeInfo(const XRRScreenResources* sr, RRMode id) in getModeInfo()
108 XRRScreenResources* sr = XRRGetScreenResourcesCurrent(_glfw.x11.display, in _glfwPollMonitorsX11()
239 XRRScreenResources* sr = in _glfwSetVideoModeX11()
288 XRRScreenResources* sr = in _glfwRestoreVideoModeX11()
321 XRRScreenResources* sr = in _glfwPlatformGetMonitorPos()
354 XRRScreenResources* sr = in _glfwPlatformGetMonitorWorkarea()
448 XRRScreenResources* sr = in _glfwPlatformGetVideoModes()
496 XRRScreenResources* sr = in _glfwPlatformGetVideoMode()

123456789