fixed display dtor message, added layer request defs
[staging/windowmanager.git] / src / util.h
index 27d1015..600c638 100644 (file)
@@ -9,6 +9,12 @@ void lognotice(char const *fmt, ...);
 void logerror(char const *fmt, ...);
 void fatal(char const *fmt, ...);
 
+#ifdef DEBUG_OUTPUT
+void logdebug(char const *fmt, ...);
+#else
+inline void logdebug(char const *fmt, ...) {}
+#endif
+
 #ifdef __cplusplus
 }
 #endif