feat(build): Add flag for drawing visible whitespace

This commit is contained in:
Michael Carlberg 2017-01-13 11:04:43 +01:00
parent a26a15d485
commit 6fb48c8e6f
6 changed files with 20 additions and 5 deletions
src/components

View file

@ -616,7 +616,7 @@ void bar::handle(const evt::expose& evt) {
* pseudo-transparent background when it changes
*/
void bar::handle(const evt::property_notify& evt) {
#ifdef VERBOSE_TRACELOG
#ifdef DEBUG_LOGGER_TRACE
string atom_name = m_connection.get_atom_name(evt->atom).name();
m_log.trace_x("bar: property_notify(%s)", atom_name);
#endif