]> git.lizzy.rs Git - bspwm.git/blobdiff - window.h
Mention the default reference
[bspwm.git] / window.h
index b8184f8419aaba72a5181ee8286049f8271cbc60..ed601c99694ce85c0688c26c5d107bd7cf21cddb 100644 (file)
--- a/window.h
+++ b/window.h
@@ -54,7 +54,6 @@ void window_border_width(xcb_window_t win, uint32_t bw);
 void window_move(xcb_window_t win, int16_t x, int16_t y);
 void window_resize(xcb_window_t win, uint16_t w, uint16_t h);
 void window_move_resize(xcb_window_t win, int16_t x, int16_t y, uint16_t w, uint16_t h);
-void window_raise(xcb_window_t win);
 void window_center(monitor_t *m, client_t *c);
 void window_stack(xcb_window_t w1, xcb_window_t w2, uint32_t mode);
 void window_above(xcb_window_t w1, xcb_window_t w2);
@@ -63,9 +62,6 @@ void window_lower(xcb_window_t win);
 void window_set_visibility(xcb_window_t win, bool visible);
 void window_hide(xcb_window_t win);
 void window_show(xcb_window_t win);
-void enable_motion_recorder(void);
-void disable_motion_recorder(void);
-void update_motion_recorder(void);
 void update_input_focus(void);
 void set_input_focus(node_t *n);
 void clear_input_focus(void);