JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
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 c562707..c5f5b5b 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 f476134..ff0258e 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 *);