feat(build): Add flag for drawing visible whitespace
This commit is contained in:
parent
a26a15d485
commit
6fb48c8e6f
6 changed files with 20 additions and 5 deletions
src/components
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue