Home
last modified time | relevance | path

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

12

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dclientmanager.cpp157 Monitor* m = get_current_monitor(); in manage_client()
223 if (monitor != get_current_monitor() in manage_client()
225 monitor_set_tag(get_current_monitor(), client->tag()); in manage_client()
234 monitor_set_tag(get_current_monitor(), client->tag()); in manage_client()
235 get_current_monitor()->evaluateClientPlacement(client, changes.floatplacement); in manage_client()
240 get_current_monitor()->evaluateClientPlacement(client, changes.floatplacement); in manage_client()
H A Dframetree.cpp155 get_current_monitor()->applyLayout(); in cycleSelectionCommand()
166 get_current_monitor()->applyLayout(); in focusNthCommand()
217 get_current_monitor()->applyLayout(); in removeFrameCommand()
241 get_current_monitor()->applyLayout(); in rotateCommand()
272 get_current_monitor()->applyLayout(); in mirrorCommand()
342 auto focus = get_current_monitor()->tag->frame->focusedFrame(); in prettyPrint()
639 get_current_monitor()->applyLayout(); in cycleFrameCommand()
656 tag = get_current_monitor()->tag; in loadCommand()
816 get_current_monitor()->applyLayout(); in cycleLayoutCommand()
841 get_current_monitor()->applyLayout(); in setLayoutCommand()
[all …]
H A Dmonitor.cpp172 bool isFocused = get_current_monitor() == this; in applyLayout()
397 m = get_current_monitor(); in monitor_rect_command()
445 Monitor* get_current_monitor() { in get_current_monitor() function
530 Monitor* monitor = get_current_monitor(); in monitor_set_tag_command()
563 int ret = monitor_set_tag(get_current_monitor(), &* tag); in monitor_set_tag_by_index_command()
572 Monitor* monitor = get_current_monitor(); in monitor_set_previous_tag_command()
616 Monitor* old = get_current_monitor(); in monitor_focus_by_index()
H A Dfloating.cpp218 HSTag* tag = get_current_monitor()->tag; in focusDirection()
275 auto mr = get_current_monitor()->getFloatingArea(); in find_rectangle_collision_on_tag()
319 HSTag* tag = get_current_monitor()->tag; in shiftDirection()
330 get_current_monitor()->applyLayout(); in shiftDirection()
H A Dlayout.cpp162 return get_current_monitor()->tag->frame->focusedFrame(); in getGloballyFocusedFrame()
446 HSTag* tag = get_current_monitor()->tag; in frame_current_bring()
741 Monitor* cur_mon = get_current_monitor(); in focus_client()
754 cur_mon = get_current_monitor(); in focus_client()
759 cur_mon = get_current_monitor(); in focus_client()
H A Dmain.cpp265 monitor = get_current_monitor(); in print_tag_status_command()
283 if (monitor == get_current_monitor()) { in print_tag_status_command()
288 if (get_current_monitor() == tag_monitor) { in print_tag_status_command()
H A Dtagmanager.cpp117 auto targetTagName = input.empty() ? get_current_monitor()->tag->name : input.front(); in removeTag()
213 Monitor* monitor = get_current_monitor(); in byIndexStr()
H A Dmonitormanager.cpp191 monitor = get_current_monitor(); in byFirstArg()
336 get_current_monitor()->applyLayout(); in removeMonitor()
340 emit_tag_changed(get_current_monitor()->tag, cur_monitor); in removeMonitor()
H A Dmonitor.h78 Monitor* get_current_monitor();
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/android/
H A Dmod.rs325 let physical_size = self.get_current_monitor().get_dimensions(); in get_inner_size()
342 self.get_current_monitor().get_hidpi_factor() in get_hidpi_factor()
398 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/android/
H A Dmod.rs325 let physical_size = self.get_current_monitor().get_dimensions(); in get_inner_size()
342 self.get_current_monitor().get_hidpi_factor() in get_hidpi_factor()
405 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/
H A Dwindow.rs405 pub fn get_current_monitor(&self) -> MonitorId { in get_current_monitor() method
406 self.window.get_current_monitor() in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/
H A Dwindow.rs411 pub fn get_current_monitor(&self) -> MonitorId { in get_current_monitor() method
412 self.window.get_current_monitor() in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/
H A Dmod.rs345 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() method
347 … &Window::X(ref window) => RootMonitorId { inner: MonitorId::X(window.get_current_monitor()) }, in get_current_monitor()
348 …::Wayland(ref window) => RootMonitorId { inner: MonitorId::Wayland(window.get_current_monitor()) }, in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/src/engine/
H A Dglutin.rs104 fn get_current_monitor(monitors: &[MonitorId], window_pos: Point) -> Option<MonitorId> { in get_current_monitor() function
227 let mut current_monitor = get_current_monitor(&monitors, window_pos); in main_loop()
292 current_monitor = get_current_monitor(&monitors, window_pos); in main_loop()
H A Dglium.rs101 fn get_current_monitor(monitors: &[MonitorId], window_pos: Point) -> Option<MonitorId> { in get_current_monitor() function
258 let mut current_monitor = get_current_monitor(&monitors, window_pos); in main_loop()
491 current_monitor = get_current_monitor(&monitors, window_pos); in main_loop()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/
H A Dview-internal.h176 void ( *get_current_monitor )( int *width, int *height ); member
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/
H A Dmod.rs355 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() method
357 … &Window::X(ref window) => RootMonitorId { inner: MonitorId::X(window.get_current_monitor()) }, in get_current_monitor()
358 …::Wayland(ref window) => RootMonitorId { inner: MonitorId::Wayland(window.get_current_monitor()) }, in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/examples/
H A Dfullscreen.rs82 window.set_fullscreen(Some(window.get_current_monitor())); in main()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/examples/
H A Dfullscreen.rs82 window.set_fullscreen(Some(window.get_current_monitor())); in main()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/macos/
H A Dwindow.rs380 … state.win_attribs.borrow_mut().fullscreen = Some(get_current_monitor(*state.window)); in class()
557 unsafe fn get_current_monitor(window: id) -> RootMonitorId { in get_current_monitor() function
783 if monitor.inner != get_current_monitor(*window.window).inner { in new()
1251 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() method
1253 self::get_current_monitor(*self.window) in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/macos/
H A Dwindow.rs381 … state.win_attribs.borrow_mut().fullscreen = Some(get_current_monitor(*state.window)); in class()
558 unsafe fn get_current_monitor(window: id) -> RootMonitorId { in get_current_monitor() function
789 if monitor.inner != get_current_monitor(*window.window).inner { in new()
1265 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() method
1267 self::get_current_monitor(*self.window) in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/wayland/
H A Dwindow.rs236 Some(self.get_current_monitor()) in get_fullscreen()
289 pub fn get_current_monitor(&self) -> MonitorId { in get_current_monitor() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Dmonitor.rs80 pub fn get_current_monitor(hwnd: HWND) -> MonitorId { in get_current_monitor() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/windows/
H A Dmonitor.rs80 pub fn get_current_monitor(hwnd: HWND) -> MonitorId { in get_current_monitor() method

12