Home
last modified time | relevance | path

Searched refs:window_list (Results 26 – 50 of 522) sorted by relevance

12345678910>>...21

/dports/x11/py-i3ipc/i3ipc-2.2.1/examples/
H A Dfocus-last.py29 self.window_list = []
35 if window_id in self.window_list:
36 self.window_list.remove(window_id)
37 self.window_list.insert(0, window_id)
38 if len(self.window_list) > MAX_WIN_HISTORY:
39 del self.window_list[MAX_WIN_HISTORY:]
57 for window_id in self.window_list[1:]:
59 self.window_list.remove(window_id)
H A Di3-cycle-focus.py34 self.window_list = []
41 if window_id in self.window_list:
42 self.window_list.remove(window_id)
43 self.window_list.insert(0, window_id)
44 if len(self.window_list) > MAX_WIN_HISTORY:
45 del self.window_list[MAX_WIN_HISTORY:]
93 for window_id in self.window_list[self.window_index:]:
95 self.window_list.remove(window_id)
97 if self.window_index < (len(self.window_list) - 1):
/dports/x11/py-i3ipc/i3ipc-2.2.1/examples/i3-focus/
H A Dhistory-server.py27 self.window_list = []
43 if window_id in self.window_list:
44 self.window_list.remove(window_id)
45 self.window_list.insert(0, window_id)
46 if len(self.window_list) > MAX_WIN_HISTORY:
47 del self.window_list[MAX_WIN_HISTORY:]
60 for window_id in self.window_list:
/dports/databases/gmdb2/gmdb2-0.9.1/src/
H A Dtable_data.c29 static GList *window_list; variable
35 window_list = g_list_remove(window_list, dataw); in gmdb_table_data_close()
58 for (i=0;i<g_list_length(window_list);i++) { in gmdb_table_data_new()
59 dataw = g_list_nth_data(window_list, i); in gmdb_table_data_new()
132 window_list = g_list_append(window_list, dataw); in gmdb_table_data_new()
/dports/x11/xvt/xvt-3.0.1/W11/w32/
H A Dntutil.c3 static struct NT_window *window_list=NULL; variable
32 new->next = window_list; in NT_new_window()
41 window_list = new; in NT_new_window()
42 cjh_printf("NEW window %x\n",window_list); in NT_new_window()
43 return(window_list); in NT_new_window()
75 if (window_list == w) in NT_delete_window()
76 window_list=w->next; in NT_delete_window()
79 for (f=window_list; f!=NULL && f->next!=w; f=f->next); in NT_delete_window()
97 struct NT_window *current = window_list; in NT_find_window_from_id()
105 current=window_list; in NT_find_window_from_id()
/dports/x11-clocks/rclock/rxvt-2.7.10/W11/w32/
H A Dntutil.c3 static struct NT_window *window_list=NULL; variable
32 new->next = window_list; in NT_new_window()
41 window_list = new; in NT_new_window()
42 cjh_printf("NEW window %x\n",window_list); in NT_new_window()
43 return(window_list); in NT_new_window()
75 if (window_list == w) in NT_delete_window()
76 window_list=w->next; in NT_delete_window()
79 for (f=window_list; f!=NULL && f->next!=w; f=f->next); in NT_delete_window()
97 struct NT_window *current = window_list; in NT_find_window_from_id()
105 current=window_list; in NT_find_window_from_id()
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/xfce4-session/
H A Dxfsm-legacy.c116 static GList *window_list = NULL; variable
165 for (lp = window_list; lp != NULL; lp = lp->next) in sm_window_list_clear()
168 g_list_free (window_list); in sm_window_list_clear()
169 window_list = NULL; in sm_window_list_clear()
178 for (lp = window_list; lp != NULL; lp = lp->next) in sm_window_list_contains()
190 for (lp = window_list; lp != NULL; lp = lp->next) in wins_error_handler()
380 window_list = g_list_append (window_list, sm_window); in xfsm_legacy_perform_session_save()
399 for (lp = window_list; lp != NULL; lp = lp->next) in xfsm_legacy_perform_session_save()
483 for (lp = window_list; lp != NULL; lp = lp->next) in xfsm_legacy_perform_session_save()
507 for (lp = window_list; lp != NULL; lp = lp->next) in xfsm_legacy_store_session()
[all …]
/dports/editors/ghex/ghex-3.41.1/src/
H A Dghex-window.c48 static GList *window_list = NULL;
124 const GList *window_list; in ghex_window_close() local
141 while(window_list) { in ghex_window_close()
144 window_list = window_list->next; in ghex_window_close()
318 window_list = g_list_remove(window_list, win); in ghex_window_destroy()
621 window_list = g_list_prepend(window_list, window); in ghex_window_init()
879 while(window_list) { in ghex_window_load()
882 window_list = window_list->next; in ghex_window_load()
896 while(window_list) { in ghex_window_load()
898 window_list = window_list->next; in ghex_window_load()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Ddesktop_media_picker_factory_impl.cc66 std::unique_ptr<DesktopMediaList> window_list; in CreateMediaList() local
68 window_list = std::make_unique<DesktopMediaListAsh>( in CreateMediaList()
71 window_list = std::make_unique<NativeDesktopMediaList>( in CreateMediaList()
76 source_lists.push_back(std::move(window_list)); in CreateMediaList()
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dmain.c37 static GList *window_list = 0; variable
120 window_list = g_list_prepend(window_list, (gpointer*)widget); in on_mainwindow_realize()
151 window_list = g_list_remove(window_list, (gpointer)widget); in on_mainwindow_destroy()
155 if (!window_list) /* if window list is empty */ in on_mainwindow_destroy()
292 list = g_list_copy(window_list); in on_quit_menu_activate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/webrtc/
H A Ddesktop_media_picker_factory_impl.cc73 std::unique_ptr<DesktopMediaList> window_list; in CreateMediaList() local
75 window_list = std::make_unique<DesktopMediaListAsh>( in CreateMediaList()
85 window_list = std::make_unique<NativeDesktopMediaList>( in CreateMediaList()
89 source_lists.push_back(std::move(window_list)); in CreateMediaList()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Gnome/
H A DGnome.c550 gnome_set_client_list (window_list); in gnome_handle_win_hints()
777 s_list_free (window_list); in DeadPipe()
882 gnome_set_client_list (window_list); in list_configure()
903 if (s_list_find_by_data (window_list, body[0])) in list_add_window()
911 item = s_list_insert (window_list, body[0]); in list_add_window()
918 gnome_set_client_list (window_list); in list_add_window()
949 if (s_list_find_by_data (window_list, body[0])) in list_destroy_window()
951 s_list_remove_by_data (window_list, body[0]); in list_destroy_window()
952 gnome_set_client_list (window_list); in list_destroy_window()
973 gnome_set_client_list (window_list); in list_end()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/X11/
H A DwinX.c519 window_list[window].cursx = x;
520 window_list[window].cursy = y;
533 wp = &window_list[window];
560 *wp = window_list[new_win];
632 wp = &window_list[window];
669 wp = &window_list[window];
693 wp = &window_list[window];
755 wp = &window_list[window];
862 wp = &window_list[window];
960 window_list[i].type = NHW_NONE;
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/win/X11/
H A DwinX.c484 window_list[window].cursx = x;
485 window_list[window].cursy = y;
498 wp = &window_list[window];
525 *wp = window_list[new_win];
597 wp = &window_list[window];
634 wp = &window_list[window];
658 wp = &window_list[window];
720 wp = &window_list[window];
827 wp = &window_list[window];
925 window_list[i].type = NHW_NONE;
[all …]
/dports/games/nethack33/nethack-3.3.1/win/X11/
H A DwinX.c484 window_list[window].cursx = x;
485 window_list[window].cursy = y;
498 wp = &window_list[window];
525 *wp = window_list[new_win];
597 wp = &window_list[window];
634 wp = &window_list[window];
658 wp = &window_list[window];
720 wp = &window_list[window];
827 wp = &window_list[window];
925 window_list[i].type = NHW_NONE;
[all …]
/dports/games/nethack34/nethack-3.4.3/win/X11/
H A DwinX.c519 window_list[window].cursx = x;
520 window_list[window].cursy = y;
533 wp = &window_list[window];
560 *wp = window_list[new_win];
632 wp = &window_list[window];
669 wp = &window_list[window];
693 wp = &window_list[window];
755 wp = &window_list[window];
862 wp = &window_list[window];
960 window_list[i].type = NHW_NONE;
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/win/X11/
H A DwinX.c519 window_list[window].cursx = x;
520 window_list[window].cursy = y;
533 wp = &window_list[window];
560 *wp = window_list[new_win];
632 wp = &window_list[window];
669 wp = &window_list[window];
693 wp = &window_list[window];
755 wp = &window_list[window];
862 wp = &window_list[window];
960 window_list[i].type = NHW_NONE;
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/win/X11/
H A DwinX.c484 window_list[window].cursx = x;
485 window_list[window].cursy = y;
498 wp = &window_list[window];
525 *wp = window_list[new_win];
597 wp = &window_list[window];
634 wp = &window_list[window];
658 wp = &window_list[window];
720 wp = &window_list[window];
827 wp = &window_list[window];
925 window_list[i].type = NHW_NONE;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/X11/
H A DwinX.c519 window_list[window].cursx = x;
520 window_list[window].cursy = y;
533 wp = &window_list[window];
560 *wp = window_list[new_win];
632 wp = &window_list[window];
669 wp = &window_list[window];
693 wp = &window_list[window];
755 wp = &window_list[window];
862 wp = &window_list[window];
960 window_list[i].type = NHW_NONE;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/multi_user/
H A Duser_switch_animator.cc69 void PutMruWindowLast(std::vector<aura::Window*>* window_list) { in PutMruWindowLast() argument
70 DCHECK(window_list); in PutMruWindowLast()
72 window_list->begin(), window_list->end(), in PutMruWindowLast()
74 if (it == window_list->end()) in PutMruWindowLast()
78 window_list->erase(it); in PutMruWindowLast()
79 window_list->push_back(active_window); in PutMruWindowLast()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/
H A Dfull_screen_window_detector.cc60 DesktopCapturer::SourceList window_list; in UpdateWindowListIfNeeded() local
61 if (get_sources(&window_list)) { in UpdateWindowListIfNeeded()
63 window_list_.swap(window_list); in UpdateWindowListIfNeeded()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/
H A Dfull_screen_window_detector.cc60 DesktopCapturer::SourceList window_list; in UpdateWindowListIfNeeded() local
61 if (get_sources(&window_list)) { in UpdateWindowListIfNeeded()
63 window_list_.swap(window_list); in UpdateWindowListIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/
H A Dfull_screen_window_detector.cc60 DesktopCapturer::SourceList window_list; in UpdateWindowListIfNeeded() local
61 if (get_sources(&window_list)) { in UpdateWindowListIfNeeded()
63 window_list_.swap(window_list); in UpdateWindowListIfNeeded()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/
H A Dfull_screen_window_detector.cc60 DesktopCapturer::SourceList window_list; in UpdateWindowListIfNeeded() local
61 if (get_sources(&window_list)) { in UpdateWindowListIfNeeded()
63 window_list_.swap(window_list); in UpdateWindowListIfNeeded()
/dports/games/unnethack/unnethack-5.1.0-20131208/win/X11/
H A DwinX.c519 window_list[window].cursx = x;
520 window_list[window].cursy = y;
533 wp = &window_list[window];
560 *wp = window_list[new_win];
632 wp = &window_list[window];
669 wp = &window_list[window];
693 wp = &window_list[window];
755 wp = &window_list[window];
862 wp = &window_list[window];
960 window_list[i].type = NHW_NONE;
[all …]

12345678910>>...21