From: David Hill Date: Tue, 28 Aug 2012 23:20:23 +0000 (-0400) Subject: print_win_geom is SWM_DEBUG only X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=365159febd102675f6a5bd3ae9ed2c6668aaa0bc;hp=55ba1e339506e08c1995470193ba5132032e557c;p=spectrwm.git print_win_geom is SWM_DEBUG only --- diff --git a/spectrwm.c b/spectrwm.c index 8676c70..f997442 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -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 *);