Home
last modified time | relevance | path

Searched refs:set_wm_hints (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/d2x/d2x-0.2.5/arch/ogl/
H A Dglx.c118 void set_wm_hints(int fullscreen){ in set_wm_hints() function
145 set_wm_hints(1); in ogl_do_fullscreen_internal()
158 set_wm_hints(0); in ogl_do_fullscreen_internal()
174 set_wm_hints(ogl_fullscreen); in ogl_init_window()
194 set_wm_hints(ogl_fullscreen); in ogl_init_window()
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DWM.t945 X11::Protocol::WM::set_wm_hints ($X, $window,
955 X11::Protocol::WM::set_wm_hints ($X, $window, input => 1);
959 X11::Protocol::WM::set_wm_hints ($X, $window, icon_pixmap => 'None');
960 X11::Protocol::WM::set_wm_hints ($X, $window, icon_pixmap => 0);
965 X11::Protocol::WM::set_wm_hints ($X, $window, icon_window => 0);
967 X11::Protocol::WM::set_wm_hints ($X, $window,
970 X11::Protocol::WM::set_wm_hints ($X, $window, icon_mask => 'None');
971 X11::Protocol::WM::set_wm_hints ($X, $window, icon_mask => 0);
972 X11::Protocol::WM::set_wm_hints ($X, $window, icon_mask => $bitmap);
973 X11::Protocol::WM::set_wm_hints ($X, $window, urgency => 1);
[all …]
H A DWM-import.t125 set_wm_hints($X,$window,input=>1);
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dicon-window.pl54 X11::Protocol::WM::set_wm_hints($X,$window,
H A Dpixmap-view.pl59 X11::Protocol::WM::set_wm_hints ($X, $window, input => 1);
H A Dwm-delete-window.pl49 X11::Protocol::WM::set_wm_hints ($X, $window, input => 1);
H A Dwm.pl87 X11::Protocol::WM::set_wm_hints ($X, $window,
/dports/graphics/mxp/mxp/
H A Dmxp.c70 void set_wm_hints();
378 set_wm_hints(toplevel, "Controls", "Controls", NULL, hand_xcr); in main()
465 set_wm_hints(status_pu, "Statistics", "Stats", &sizehints, hand_xcr); in show_stats()
487 void set_wm_hints(w, name, iname, szhints, cursor) in set_wm_hints() function
H A Ddraw.c43 extern void set_wm_hints();
384 set_wm_hints(drawform, "Mxp", "Mxp", in create_draw()
/dports/emulators/quasi88/quasi88-0.6.4/src/X11/
H A Dgraph.c77 static void set_wm_hints(int w, int h, int fullscreen);
323 static void set_wm_hints(int w, int h, int fullscreen) in set_wm_hints() function
H A Dgraph-xv.c480 set_wm_hints(xv_width, xv_height, fullscreen); in create_XV()
524 set_wm_hints(xv_width, xv_height, fullscreen); in resize_XV()
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/examples/
H A Dview-root.pl99 X11::Protocol::WM::set_wm_hints
/dports/x11/p5-X11-XCB/X11-XCB-0.16/
H A DXCB_util.inc39 set_wm_hints(conn, window, hints)
/dports/x11/py-i3ipc/i3ipc-2.2.1/test/aio/
H A Dwindow.py44 self.window.set_wm_hints(flags=Xutil.StateHint, initial_state=Xutil.NormalState)
/dports/x11/9menu/9menu-9menu-release-1.10/
H A DChangeLog93 * 9menu.c (set_wm_hints): Fix typos in error messages.
145 (set_wm_hints): New function.
H A D9menu.c160 extern void reap(int sig), set_wm_hints(int wide, int high);
525 set_wm_hints(wide, dy); in run_menu()
685 set_wm_hints(int wide, int high) in set_wm_hints() function
/dports/x11-wm/larswm/larswm-7.5.3/
H A Dlarsmenu.c148 extern void reap (), set_wm_hints ();
577 set_wm_hints (wide, dy); in run_menu()
745 set_wm_hints (int wide, int high) in set_wm_hints() function
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dchildwin.py93 self.window.set_wm_hints(
H A Dxinerama.py91 self.window.set_wm_hints(flags = Xutil.StateHint,
H A Dxrandr.py91 self.window.set_wm_hints(flags = Xutil.StateHint,
/dports/x11/polybar/polybar-3.5.7/include/x11/
H A Dtray_manager.hpp98 void set_wm_hints();
/dports/x11-wm/ratmen/ratmen-2.2.3/
H A Dratmen.c139 void set_wm_hints(int, int, int);
791 set_wm_hints(wide, dy, high); in run_menu()
1030 void set_wm_hints(int wide, int high, int font_height) { in set_wm_hints() function
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/util/
H A Dhint.rs201 …pub fn set_wm_hints(&self, window: ffi::Window, wm_hints: XSmartPointer<ffi::XWMHints>) -> Flusher… in set_wm_hints() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/util/
H A Dhint.rs201 …pub fn set_wm_hints(&self, window: ffi::Window, wm_hints: XSmartPointer<ffi::XWMHints>) -> Flusher… in set_wm_hints() method
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/xcb/
H A Dwindow.c259 void set_wm_hints (xcb_connection_t *conn, xcb_window_t window) in set_wm_hints() function
439 set_wm_hints (conn, window); in Open()

12