X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=ff0258e52aa42e5799f2b74c5ea94f55f9ce929e;hb=b686cb58aebcb6b3e6387fecbf2df27b1a62f221;hp=f47613465d6d8b9e6c1cda9c930dcbe7ba94b5a6;hpb=8d6f43bd88e79d5222889eb3f1a2f0ac25f1695b;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index f476134..ff0258e 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -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 *);