summaryrefslogtreecommitdiffstats
path: root/x11/9box/files/patch-src__fns.h
blob: 8825ecb6abb842916b7b3f526741b7c81ce255fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- src/fns.h.orig	2003-01-06 18:23:16.000000000 +0800
+++ src/fns.h	2011-09-08 14:36:30.000000000 +0800
@@ -7,7 +7,8 @@
 Window selectwin(Box *);
 Window dump_tree(Box *, Window, int);
 char * getprop(Box *, Window, Atom);
-Window reparent_window(Box *);
+void reparent_window(Box *);
+int nobuttons(XButtonEvent *);
 
 
 /* grab.c */
@@ -21,9 +22,14 @@ void select_window(BoxedWindow *);
 void remove_window(BoxedWindow *);
 void release_window(BoxedWindow *);
 void update_buttons_position(Box *);
+void destroy_window(BoxedWindow *);
 
+/* menu.c */
+int menu(Box *, char **, int);
+void b2menu(Box *);
 
 /* buttons.c */
+void move_button(Box *);
 void draw_button(BoxedWindow *);
 int button_height();
 void move_button_to(Box *, int);
@@ -32,6 +38,7 @@ void move_button_to(Box *, int);
 BoxedWindow * search_boxedwindow(Box *, Window);
 BoxedWindow * search_boxedwindow_client(Box *, Window);
 BoxedWindow * search_boxedwindow_button(Box *, Window);
+void resize_box_for_client(Box *, int);
 
 /* wm.c */
 void set_title(Box *, char *);
OpenPOWER on IntegriCloud