aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-12-17 02:53:29 +0000
committerokan2012-12-17 02:53:29 +0000
commit03176d219db80f5577b1945a0b32533a5263b933 (patch)
tree2d1617dea4be39bf1aa03ad2efd3733efc485f01 /calmwm.h
parent413da1eebb4612d1fe0c55b2b9a5957b5379285d (diff)
downloadcwm-03176d219db80f5577b1945a0b32533a5263b933.tar.gz
knf
Diffstat (limited to '')
-rw-r--r--calmwm.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/calmwm.h b/calmwm.h
index 9fe66e3..bea9467 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.164 2012/12/17 02:28:45 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.165 2012/12/17 02:53:29 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -317,7 +317,8 @@ __dead void usage(void);
void client_applysizehints(struct client_ctx *);
struct client_ctx *client_current(void);
void client_cycle(struct screen_ctx *, int);
-void client_cycle_leave(struct screen_ctx *, struct client_ctx *);
+void client_cycle_leave(struct screen_ctx *,
+ struct client_ctx *);
void client_delete(struct client_ctx *);
void client_draw_border(struct client_ctx *);
struct client_ctx *client_find(Window);
@@ -364,8 +365,8 @@ void search_match_client(struct menu_q *, struct menu_q *,
char *);
void search_match_exec(struct menu_q *, struct menu_q *,
char *);
-void search_match_exec_path(struct menu_q *, struct menu_q *,
- char *);
+void search_match_exec_path(struct menu_q *,
+ struct menu_q *, char *);
void search_match_path_any(struct menu_q *, struct menu_q *,
char *);
void search_match_text(struct menu_q *, struct menu_q *,
@@ -475,6 +476,8 @@ void xu_ptr_setpos(Window, int, int);
void xu_ptr_ungrab(void);
void xu_sendmsg(Window, Atom, long);
void xu_setstate(struct client_ctx *, int);
+void xu_xorcolor(XRenderColor, XRenderColor,
+ XRenderColor *);
void xu_ewmh_net_supported(struct screen_ctx *);
void xu_ewmh_net_supported_wm_check(struct screen_ctx *);
@@ -487,12 +490,11 @@ void xu_ewmh_net_wm_number_of_desktops(struct screen_ctx *);
void xu_ewmh_net_showing_desktop(struct screen_ctx *);
void xu_ewmh_net_virtual_roots(struct screen_ctx *);
void xu_ewmh_net_current_desktop(struct screen_ctx *, long);
-void xu_ewmh_net_desktop_names(struct screen_ctx *, char *, int);
+void xu_ewmh_net_desktop_names(struct screen_ctx *, char *,
+ int);
void xu_ewmh_net_wm_desktop(struct client_ctx *);
-void xu_xorcolor(XRenderColor, XRenderColor, XRenderColor *);
-
void u_exec(char *);
void u_spawn(char *);