Home
last modified time | relevance | path

Searched refs:restack_window (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dasinternals.h467 void restack_window( ASWindow *t, Window sibling_window, int stack_mode );
470 …asw) do{show_progress(__FILE__ " %s:%d R",__FUNCTION__ ,__LINE__);restack_window((asw),None,Abo…
471 …asw) do{show_progress(__FILE__ " %s:%d L",__FUNCTION__ ,__LINE__);restack_window((asw),None,Bel…
472 …w(asw) do{show_progress(__FILE__ " %s:%d RO",__FUNCTION__,__LINE__);restack_window((asw),None,Top…
473 …sw) do{show_progress(__FILE__ " %s:%d RL",__FUNCTION__,__LINE__);restack_window((asw),None,Opp…
475 #define RaiseWindow(asw) restack_window((asw),None,Above)
476 #define LowerWindow(asw) restack_window((asw),None,Below)
477 #define RaiseObscuredWindow(asw) restack_window((asw),None,TopIf)
478 #define RaiseLowerWindow(asw) restack_window((asw),None,Opposite)
H A Devents.c1424 restack_window (asw, None, focus_accepted ? Above : TopIf); in HandleButtonPress()
1624 restack_window (asw, in HandleConfigureRequest()
H A Daswindow.c1539 void restack_window (ASWindow * t, Window sibling_window, int stack_mode) in restack_window() function
H A Dfunctions.c1062 restack_window (event->client, None, (data->func == F_RAISE) ? Above : in raiselower_func_handler()
H A Dwinstatus.c1804 restack_window (asw, None, Below); in set_window_wm_state()
/dports/x11/polybar/polybar-3.5.7/include/components/
H A Dbar.hpp76 void restack_window();
/dports/x11/polybar/polybar-3.5.7/include/x11/
H A Dtray_manager.hpp97 void restack_window();
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dstacking-list.c176 restack_window (Lisp_Window *w) in restack_window() function
H A Dfunctions.c113 restack_window (this);
155 restack_window (VWIN (win));
187 restack_window (VWIN (win));
H A Dwindows.c318 restack_window (w); in install_window_frame()
352 restack_window (w); in remove_window_frame()
471 restack_window (w); in add_window()
H A Dsawfish_subrs.h377 extern void restack_window (Lisp_Window *w);
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DEwmh.cc323 restack_window = XInternAtom(disp, "_NET_RESTACK_WINDOW", False); in EwmhAtoms()
399 restack_window, member in Ewmh::EwmhAtoms
576 m_net->restack_window, in initForScreen()
1176 } else if (ce.message_type == m_net->restack_window) { in checkClientMessage()
/dports/devel/directfb/DirectFB-1.4.17/wm/unique/
H A Dwindow.c121 static DFBResult restack_window ( UniqueWindow *window,
436 restack_window( window, window, 0, config->stacking ); in unique_window_set_config()
474 return restack_window( window, relative, relation, window->stacking ); in unique_window_restack()
1152 restack_window( UniqueWindow *window, in restack_window() function
/dports/devel/directfb/DirectFB-1.4.17/wm/default/
H A Ddefault.c165 restack_window( CoreWindow *window,
2151 restack_window( CoreWindow *window, in restack_window() function
2546 restack_window( window, window->window_data, in handle_wm_key()
2562 restack_window( window, window->window_data, in handle_wm_key()
2587 restack_window( focused, focused->window_data, in handle_wm_key()
2595 restack_window( focused, focused->window_data, in handle_wm_key()
3822 restack_window( window, window_data, window, window_data, 0, config->stacking ); in wm_set_window_config()
3893 ret = restack_window( window, window_data, relative, in wm_restack_window()
/dports/x11/polybar/polybar-3.5.7/src/x11/
H A Dtray_manager.cpp207 restack_window(); in activate()
595 void tray_manager::restack_window() { in restack_window() function in tray_manager
/dports/x11/polybar/polybar-3.5.7/src/components/
H A Dbar.cpp443 void bar::restack_window() { in restack_window() function in bar
477 restack_window(); in reconfigue_window()
/dports/x11/xpra/xpra-4.3/xpra/server/source/
H A Dwindows_mixin.py484 def restack_window(self, wid, window, detail, sibling): member in WindowsMixin
/dports/x11-wm/mutter/mutter-41.1/src/x11/
H A Dwindow-x11.c2666 restack_window (MetaWindow *window, in restack_window() function
2772 restack_window (window, sibling, event->xconfigurerequest.detail); in meta_window_x11_configure_request()
2865 restack_window (window, sibling, event->xclient.data.l[2]); in handle_net_restack_window()
/dports/x11-wm/compiz/compiz-0.8.8/gtk/window-decorator/
H A Dgtk-window-decorator.c4113 restack_window (WnckWindow *win, in restack_window() function
4751 restack_window (win, Above); in handle_title_button_event()
4754 restack_window (win, Below); in handle_title_button_event()
4835 restack_window (win, Above); in title_event()
4868 restack_window (win, Above); in frame_common_event()
/dports/x11-wm/metacity/metacity-3.42.0/src/core/
H A Dwindow.c64 static void restack_window (MetaWindow *window,
5126 restack_window (window, sibling, event->xconfigurerequest.detail); in meta_window_configure_request()
5169 restack_window (MetaWindow *window, in restack_window() function
5214 restack_window (window, sibling, event->xclient.data.l[2]); in handle_net_restack_window()
/dports/x11-wm/emerald/emerald-0.8.8/src/
H A Dmain.c3662 static void restack_window(WnckWindow * win, int stack_mode) in restack_window() function
4197 restack_window(win, Above); in title_event()
4203 restack_window(win, Below); in title_event()
/dports/x11/xpra/xpra-4.3/xpra/x11/
H A Dserver.py885 ss.restack_window(wid, window, detail, sibling)
/dports/devel/libafterbase/libAfterBase-0.92/
H A DChangeLog471 Fixed crashing bugs in aswindow.c(restack_window()) and
/dports/x11-wm/muffin/muffin-4.8.0/src/core/
H A Dwindow.c6768 restack_window (MetaWindow *window, in restack_window() function
6871 restack_window (window, sibling, event->xconfigurerequest.detail); in meta_window_configure_request()
6905 restack_window (window, sibling, event->xclient.data.l[2]); in handle_net_restack_window()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A DChangeLog1379 * Fixed crashing bugs in aswindow.c(restack_window()) and Xmodule.c(

12