]> code.delx.au - spectrwm/commitdiff
Add missing prototype in swm_hack.c.
authorReginald Kennedy <rk@rejii.com>
Wed, 29 Aug 2012 00:35:50 +0000 (08:35 +0800)
committerReginald Kennedy <rk@rejii.com>
Wed, 29 Aug 2012 00:35:50 +0000 (08:35 +0800)
Remove stray end of line space.

lib/swm_hack.c
spectrwm.c

index c5627079ce6e6c1d574488bcfa46bdd0016bf084..c5f5b5b8945d7a0c8f114197ede767f436e4d7f8 100644 (file)
@@ -57,6 +57,8 @@ static Window         root = None;
 static int             xterm = 0;
 static Display         *display = NULL;
 
+void   set_property(Display *, Window, char *, char *);
+
 /* Find our root window */
 static              Window
 MyRoot(Display * dpy)
index f47613465d6d8b9e6c1cda9c930dcbe7ba94b5a6..ff0258e52aa42e5799f2b74c5ea94f55f9ce929e 100644 (file)
@@ -871,7 +871,7 @@ char        *expand_tilde(const char *);
 void    expose(xcb_expose_event_t *);
 void    fake_keypress(struct ws_win *, xcb_keysym_t, uint16_t);
 struct pid_e   *find_pid(pid_t);
-struct ws_win  *find_unmanaged_window(xcb_window_t); 
+struct ws_win  *find_unmanaged_window(xcb_window_t);
 struct ws_win  *find_window(xcb_window_t);
 void    floating_toggle(struct swm_region *, union arg *);
 int     floating_toggle_win(struct ws_win *);