debug: refactor class member vars (#10130)
This commit is contained in:
parent
a3b96961a2
commit
400dd16072
15 changed files with 218 additions and 218 deletions
|
|
@ -194,7 +194,7 @@ std::string CXWM::getAtomName(uint32_t atom) {
|
|||
|
||||
void CXWM::readProp(SP<CXWaylandSurface> XSURF, uint32_t atom, xcb_get_property_reply_t* reply) {
|
||||
std::string propName;
|
||||
if (Debug::trace)
|
||||
if (Debug::m_trace)
|
||||
propName = getAtomName(atom);
|
||||
|
||||
if (atom == XCB_ATOM_WM_CLASS) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue