Home
last modified time | relevance | path

Searched refs:allow_exposures (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/snappy/snappy-1.0/src/
H A Dscreensaver.c74 gint allow_exposures; member
231 screensaver->prefer_blanking, screensaver->allow_exposures); in screensaver_enable_x11()
265 &screensaver->prefer_blanking, &screensaver->allow_exposures); in screensaver_disable_x11()
283 &screensaver->prefer_blanking, &screensaver->allow_exposures); in screensaver_disable_x11()
/dports/print/xreader/xreader-3.2.2/cut-n-paste/totem-screensaver/
H A Dtotem-scrsaver.c72 int allow_exposures; member
299 scr->priv->allow_exposures); in screensaver_enable_x11()
344 &scr->priv->allow_exposures); in screensaver_disable_x11()
363 &scr->priv->allow_exposures); in screensaver_disable_x11()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_screensaver.c105 int allow_exposures) in ecore_x_screensaver_set() argument
112 allow_exposures); in ecore_x_screensaver_set()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_video_xshm.c1043 int timeout, interval, prefer_blanking, allow_exposures; in disableScreensaver() local
1045 XGetScreenSaver(X_display, &timeout, &interval, &prefer_blanking, &allow_exposures); in disableScreensaver()
1046 XSetScreenSaver(X_display, 0, interval, prefer_blanking, allow_exposures); in disableScreensaver()
1047 XGetScreenSaver(X_display, &timeout, &interval, &prefer_blanking, &allow_exposures); in disableScreensaver()
1053 int timeout, interval, prefer_blanking, allow_exposures; in enableScreensaver() local
1055 XGetScreenSaver(X_display, &timeout, &interval, &prefer_blanking, &allow_exposures); in enableScreensaver()
1056 XSetScreenSaver(X_display, -1, interval, prefer_blanking, allow_exposures); in enableScreensaver()
1057 XGetScreenSaver(X_display, &timeout, &interval, &prefer_blanking, &allow_exposures); in enableScreensaver()
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/thirdparty/Xlib/
H A Ddisplay.py794 def set_screen_saver(self, timeout, interval, prefer_blank, allow_exposures, onerror = None): argument
801 allow_exposures = allow_exposures)
/dports/x11-toolkits/py-xlib/python-xlib-0.27/Xlib/
H A Ddisplay.py835 def set_screen_saver(self, timeout, interval, prefer_blank, allow_exposures, onerror = None): argument
842 allow_exposures = allow_exposures)
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Ddispwin.h302 int allow_exposures; member
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DXWindowsImpl.cpp509 int prefer_blanking, int allow_exposures) in XSetScreenSaver() argument
512 allow_exposures); in XSetScreenSaver()
H A DXWindowsImpl.h157 int prefer_blanking, int allow_exposures);
H A DIXWindowsImpl.h195 int prefer_blanking, int allow_exposures) = 0;
/dports/x11/deforaos-locker/Locker-0.4.0/src/
H A Dlocker.c765 int allow_exposures = 0; in _preferences_on_apply() local
779 &allow_exposures); in _preferences_on_apply()
789 allow_exposures); in _preferences_on_apply()
1054 int allow_exposures = 0; in _cancel_general() local
1059 &interval, &prefer_blanking, &allow_exposures); in _cancel_general()
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Dxt.c976 static int timeout,interval,prefer_blanking,allow_exposures; in do_screensaver() local
986 &prefer_blanking,&allow_exposures); in do_screensaver()
999 XSetScreenSaver(dpy,timeout,interval,prefer_blanking,allow_exposures); in do_screensaver()
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/vapi/
H A Dx11.vapi99 …_screensaver (out int timeout, out int interval, out int prefer_blanking, out int allow_exposures);
213 public void set_screensaver (int timeout, int interval, int prefer_blanking, int allow_exposures);
/dports/x11/xlockmore/xlockmore-5.67/win32/
H A DXapi.h957 int prefer_blanking, int allow_exposures);
H A DXapi.c2729 int prefer_blanking, int allow_exposures) in XSetScreenSaver() argument
/dports/x11/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.8/src/
H A Dlightdm-gtk-greeter.c209 static int timeout, interval, prefer_blanking, allow_exposures; variable
2450 …ay_get_xdisplay (gdk_display_get_default ()), timeout, interval, prefer_blanking, allow_exposures); in login_cb()
2966 XGetScreenSaver (display, &timeout, &interval, &prefer_blanking, &allow_exposures); in main()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dx11.vapi99 …_screensaver (out int timeout, out int interval, out int prefer_blanking, out int allow_exposures);
243 public void set_screensaver (int timeout, int interval, int prefer_blanking, int allow_exposures);
H A Dxcb.vapi516 …screen_saver_checked (int16 timeout, int16 interval, uint8 prefer_blanking, uint8 allow_exposures);
517 …kie set_screen_saver (int16 timeout, int16 interval, uint8 prefer_blanking, uint8 allow_exposures);
1037 public uint8 allow_exposures;
/dports/x11-toolkits/py-xlib/python-xlib-0.27/doc/src/
H A Dobjects.texi661 @defmethod Display set_screen_saver ( timeout, interval, prefer_blank, allow_exposures, @w{onerror …
671 @code{prefer_blanking}, @code{allow_exposures}. See
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxproto.rs24221 pub allow_exposures: Exposures, field
24234 let allow_exposures_bytes = u8::from(self.allow_exposures).serialize(); in serialize()
24275 let (allow_exposures, remaining) = u8::try_parse(remaining)?; in try_parse_request()
24276 let allow_exposures = allow_exposures.into(); in try_parse_request() localVariable
24282 allow_exposures, in try_parse_request()
24297 allow_exposures, in set_screen_saver()
24365 pub allow_exposures: Exposures, field
24377 let (allow_exposures, remaining) = u8::try_parse(remaining)?; in try_parse()
24383 let allow_exposures = allow_exposures.into(); in try_parse() localVariable
24384 …lt = GetScreenSaverReply { sequence, length, timeout, interval, prefer_blanking, allow_exposures }; in try_parse()
[all …]
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxproto.rs24221 pub allow_exposures: Exposures, field
24234 let allow_exposures_bytes = u8::from(self.allow_exposures).serialize(); in serialize()
24275 let (allow_exposures, remaining) = u8::try_parse(remaining)?; in try_parse_request()
24276 let allow_exposures = allow_exposures.into(); in try_parse_request() localVariable
24282 allow_exposures, in try_parse_request()
24297 allow_exposures, in set_screen_saver()
24365 pub allow_exposures: Exposures, field
24377 let (allow_exposures, remaining) = u8::try_parse(remaining)?; in try_parse()
24383 let allow_exposures = allow_exposures.into(); in try_parse() localVariable
24384 …lt = GetScreenSaverReply { sequence, length, timeout, interval, prefer_blanking, allow_exposures }; in try_parse()
[all …]
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxproto.py2415 …self.timeout, self.interval, self.prefer_blanking, self.allow_exposures = unpacker.unpack("xx2x4xH…
3257 def SetScreenSaver(self, timeout, interval, prefer_blanking, allow_exposures, is_checked=False): argument
3259 buf.write(struct.pack("=xx2xhhBB", timeout, interval, prefer_blanking, allow_exposures))
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c4730 ENUM8(allow_exposures); in dissect_x11_request()
5685 ENUM8(allow_exposures); in dissect_x11_reply()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c4730 ENUM8(allow_exposures); in dissect_x11_request()
5685 ENUM8(allow_exposures); in dissect_x11_reply()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-x11.c4730 ENUM8(allow_exposures); in dissect_x11_request()
5685 ENUM8(allow_exposures); in dissect_x11_reply()

12