]> code.delx.au - spectrwm/commitdiff
print_win_geom is SWM_DEBUG only
authorDavid Hill <dhill@conformal.com>
Tue, 28 Aug 2012 23:20:23 +0000 (19:20 -0400)
committerDavid Hill <dhill@conformal.com>
Tue, 28 Aug 2012 23:20:23 +0000 (19:20 -0400)
spectrwm.c

index 8676c70d7497686dfc238a67feceb84492d0ff84..f9974421deac6447e9dfa905342f3068eaab12f5 100644 (file)
@@ -826,7 +826,9 @@ int  parsequirks(char *, unsigned long *);
 int     parse_rgb(const char *, uint16_t *, uint16_t *, uint16_t *);
 void    pressbutton(struct swm_region *, union arg *);
 void    priorws(struct swm_region *, union arg *);
+#ifdef SWM_DEBUG
 void    print_win_geom(xcb_window_t);
+#endif
 void    propertynotify(xcb_property_notify_event_t *);
 void    quirk_insert(const char *, const char *, unsigned long);
 void    quirk_remove(struct quirk *);