Home
last modified time | relevance | path

Searched refs:window_list (Results 1 – 25 of 522) sorted by last modified time

12345678910>>...21

/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-present.c365 xorg_list_for_each_entry_safe(event, tmp, &window_priv->vblank, vblank.window_list) in xwl_present_cleanup()
653 xorg_list_for_each_entry(vblank, &window_priv->vblank, window_list) { in xwl_present_check_flip_window()
894 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in xwl_present_pixmap()
H A Dxwayland-screen.c273 xorg_list_for_each_entry(xwl_window, &xwl_screen->window_list, link_window) { in find_matching_input_output_window()
331 xorg_list_for_each_entry(xwl_window, &xwl_screen->window_list, link_window) in xwl_screen_check_resolution_change_emulation()
688 xorg_list_init(&xwl_screen->window_list); in xwl_screen_init()
H A Dxwayland-screen.h74 struct xorg_list window_list; member
H A Dxwayland-window.c489 xorg_list_add(&xwl_window->link_window, &xwl_screen->window_list); in ensure_surface_for_window()
/dports/x11/virtboard/virtboard-1d30b07870bf6138395d6529ab496e321b8b3938/clients/
H A Dwindow.c135 struct wl_list window_list; member
4854 wl_list_insert(display->window_list.prev, &window->link); in window_create_internal()
5863 wl_list_init(&d->window_list); in display_create()
5893 if (!wl_list_empty(&display->window_list)) in display_destroy()
5895 wl_list_length(&display->window_list)); in display_destroy()
/dports/x11/wf-shell/wf-shell-0.7.0/src/panel/widgets/window-list/
H A Dtoplevel.cpp47 WayfireWindowList *window_list; member in WayfireToplevel::impl
92 this->window_list = window_list; in impl()
102 auto& container = window_list->box; in on_drag_begin()
124 auto& container = window_list->box; in on_drag_update()
146 window_list->box.set_top_x(target_x); in on_drag_update()
386 auto& container = window_list->box; in remove_button()
431 auto& container = window_list->box; in handle_output_enter()
432 if (window_list->output->wo == output) in handle_output_enter()
443 auto& container = window_list->box; in handle_output_leave()
444 if (window_list->output->wo == output) in handle_output_leave()
[all …]
/dports/x11/keyboardcast/keyboardcast-0.1.1/
H A Dwindow-list.c46 G_DEFINE_TYPE( WindowList, window_list, GTK_TYPE_LIST_STORE );
/dports/x11/kitty/kitty-0.23.1/kitty_tests/
H A Dlayout.py9 from kitty.window_list import WindowList, reset_group_id_counter
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dborders.py15 from .window_list import WindowGroup, WindowList
H A Dtabs.py33 from .window_list import WindowList
/dports/x11/kitty/kitty-0.23.1/kitty/layout/
H A Dbase.py19 from kitty.window_list import WindowGroup, WindowList
H A Dgrid.py15 from kitty.window_list import WindowGroup, WindowList
H A Dsplits.py13 from kitty.window_list import WindowGroup, WindowList
H A Dstack.py6 from kitty.window_list import WindowList
H A Dtall.py12 from kitty.window_list import WindowGroup, WindowList
H A Dvertical.py10 from kitty.window_list import WindowGroup, WindowList
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/present/
H A Dpresent_notify.c43 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { in present_clear_window_notifies()
55 xorg_list_del(&notify->window_list); in present_free_window_notify()
71 xorg_list_add(&notify->window_list, &window_priv->notifies); in present_add_window_notify()
H A Dpresent_priv.h54 struct xorg_list window_list; member
60 struct xorg_list window_list; member
H A Dpresent_scmd.c487 xorg_list_for_each_entry(vblank, &window_priv->vblank, window_list) { in present_check_flip_window()
571 xorg_list_del(&vblank->window_list); in present_execute()
643 xorg_list_append(&vblank->window_list, in present_execute()
717 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in present_scmd_pixmap()
H A Dpresent_wnmd.c356 xorg_list_for_each_entry(vblank, &window_priv->vblank, window_list) { in present_wnmd_check_flip_window()
457 xorg_list_del(&vblank->window_list); in present_wnmd_execute()
526 xorg_list_append(&vblank->window_list, &window_priv->vblank); in present_wnmd_execute()
609 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in present_wnmd_pixmap()
H A Dpresent_screen.c86 xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { in present_free_window_vblank()
H A Dpresent_vblank.c77 xorg_list_append(&vblank->window_list, &window_priv->vblank); in present_vblank_create()
178 xorg_list_del(&vblank->window_list); in present_vblank_destroy()
/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_GTK.cc120 return Token(TOK_APL_VALUE1, window_list()); in eval_B()
439 Quad_GTK::window_list() const in window_list() function in Quad_GTK
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dscreen.c221 new->window_list = NULL; in create_new_screen()
357 while ((window = screen->window_list))
359 screen->window_list = window->next;
1238 for (tmp = current_screen->window_list; tmp; tmp = tmp->next) in recalculate_windows()
1297 for (tmp = current_screen->window_list; tmp; tmp = tmp->next)
1386 for (tmp = current_screen->window_list; tmp; tmp = tmp->next) in recalculate_window_positions()
1408 for (tmp = current_screen->window_list; tmp; tmp = tmp->next) in redraw_all_windows()
2183 for (tmp = current_screen->window_list; tmp; tmp = tmp->next) in update_all_windows()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dmodules.c1040 for (window = screen->window_list; window; window = window->next) in BX_add_module_proc()
1049 for (window = screen->window_list; window; window = window->next) in BX_add_module_proc()
1202 for (window = screen->window_list; window; window = window->next) in BX_remove_module_proc()
1208 for (window = screen->window_list; window; window = window->next) in BX_remove_module_proc()

12345678910>>...21