Home
last modified time | relevance | path

Searched refs:monitor_get_current (Results 1 – 21 of 21) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFScreen.c163 monitor_get_current(void) in monitor_get_current() function
204 m = monitor_get_current(); in monitor_resolve_name()
227 return (monitor_get_current()); in monitor_by_name()
246 mret = monitor_get_current(); in monitor_by_name()
255 mret = monitor_get_current(); in monitor_by_name()
561 mcur = monitor_get_current(); in monitor_dump_state()
961 struct monitor *m = monitor_get_current(); in FScreenParseGeometry()
H A DFScreen.h167 struct monitor *monitor_get_current(void);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dmodconf.c262 struct monitor *m = monitor_get_current(); in send_desktop_names()
282 struct monitor *m = monitor_get_current(); in send_desktop_geometry()
H A Dvirtual.c140 struct monitor *m = monitor_get_current(); in __drag_viewport()
727 struct monitor *m = monitor_get_current(); in HandlePaging()
1782 m_use = (fw && fw->m) ? fw->m : monitor_get_current(); in get_page_arguments()
2227 struct monitor *m_loop, *m = monitor_get_current(); in CMD_DesktopConfiguration()
2273 if (number_of_desktops(monitor_get_current()) <= 1 && in CMD_DesktopConfiguration()
2442 struct monitor *m_use = monitor_get_current(), *m, *m_loop; in CMD_GotoDesk()
2517 struct monitor *m_use = monitor_get_current(), *m; in CMD_GotoDeskAndPage()
2603 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in CMD_GotoPage()
2678 struct monitor *m = monitor_get_current(); in CMD_Scroll()
2889 int desk = monitor_get_current()->virtual_scr.CurrentDesk; in desk_add_fw()
H A Dexpand.c384 struct monitor *m = fw ? fw->m : monitor_get_current(); in expand_vars_extended()
488 struct monitor *mon = (fw && fw->m) ? fw->m : monitor_get_current(); in expand_vars_extended()
517 struct monitor *m = monitor_get_current(); in expand_vars_extended()
1220 struct monitor *mon = fw ? fw->m : monitor_get_current(); in expand_vars()
H A Dplacement.c365 m_style = monitor_get_current(); in adjust_for_shared_placement()
672 arg->place_fw->m : monitor_get_current(); in __pl_minoverlap_get_next_x()
820 arg->place_fw->m : monitor_get_current(); in __pl_minoverlap_get_next_y()
1371 arg.place_fw->m = monitor_get_current(); in __place_get_wm_pos()
1809 struct monitor *m = fw->m ? fw->m : monitor_get_current(); in __place_window()
1819 struct monitor *m = fw->m ? fw->m : monitor_get_current(); in __place_window()
1917 struct monitor *m = fw->m ? fw->m : monitor_get_current(); in __place_window()
1937 monitor_get_current(); in __place_window()
H A Dgeometry.c93 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in get_relative_geometry()
106 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in get_absolute_geometry()
613 m = (fw && fw->m) ? fw->m : monitor_get_current(); in update_absolute_geometry()
1376 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in get_page_offset_rectangle()
H A Dewmh_events.c51 struct monitor *m = monitor_get_current(); in ewmh_CurrentDesktop()
103 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in ewmh_DesktopViewPort()
1532 m = (fw && fw->m) ? fw->m : monitor_get_current(); in ewmh_WMStrut()
H A Dwindowlist.c76 struct monitor *m = monitor_get_current(); in get_desk_title()
219 struct monitor *mon = monitor_get_current(); in CMD_WindowList()
H A Dcursor.c129 struct monitor *m = monitor_get_current(); in CMD_CursorStyle()
H A Dsession.c414 struct monitor *m = monitor_get_current(); in SaveWindowStates()
1526 struct monitor *m = monitor_get_current(); in MatchWinToSM()
1673 MoveViewport(monitor_get_current(), 0, 0, False); in RestartInSession()
H A Dewmh.c591 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in EWMH_SetWMDesktop()
1067 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in EWMH_GetWorkAreaIntersection()
1781 struct monitor *m = monitor_get_current(); in EWMH_WindowDestroyed()
H A Dupdate.c521 EWMH_UpdateWorkArea(t->m ? t->m : monitor_get_current()); in apply_window_updates()
H A Dconditional.c2194 struct monitor *m = monitor_get_current(); in CMD_Test()
2239 struct monitor *m = monitor_get_current(); in CMD_Test()
H A Dmodule_interface.c476 m == monitor_get_current(), in BroadcastMonitorList()
H A Dfvwm3.c216 data[0] = (unsigned long) monitor_get_current()->virtual_scr.CurrentDesk; in SaveDesktopState()
539 struct monitor *m = monitor_get_current(); in Done()
H A Devents.c2203 struct monitor *m = monitor_get_current(); in HandleEnterNotify()
2781 struct monitor *m = monitor_get_current(); in HandleLeaveNotify()
2866 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in HandleMapNotify()
3227 m = monitor_get_current(); in HandleMapRequestKeepRaised()
H A Dadd_window.c2515 monitor_get_current(); in AddWindow()
3812 struct monitor *mon = monitor_get_current(); in CaptureAllWindows()
H A Dbuiltins.c150 m_cur = monitor_get_current(); in status_send()
2301 m = monitor_get_current(); in CMD_CursorMove()
H A Dmove_resize.c2133 m = monitor_get_current(); in __move_window()
5398 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in CMD_ResizeMaximize()
5427 struct monitor *m = (fw && fw->m) ? fw->m : monitor_get_current(); in CMD_ResizeMoveMaximize()
H A Dstack.c578 EWMH_SetClientListStacking(monitor_get_current()); in __restack_window_list()