From 365159febd102675f6a5bd3ae9ed2c6668aaa0bc Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 28 Aug 2012 19:20:23 -0400 Subject: [PATCH 1/1] print_win_geom is SWM_DEBUG only --- spectrwm.c | 2 ++ 1 file changed, 2 insertions(+) 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 *); -- 1.7.10.4