diff options
Diffstat (limited to 'twin/workspace.cpp')
-rw-r--r-- | twin/workspace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/workspace.cpp b/twin/workspace.cpp index e6e18e1aa..b46697d99 100644 --- a/twin/workspace.cpp +++ b/twin/workspace.cpp @@ -561,7 +561,7 @@ Client* Workspace::createClient( Window w, bool is_mapped ) void Workspace::addClient( Client* c, allowed_t ) { // waited with trans settings until window figured out if active or not ;) -// qWarning("%s", (const char*)(c->resourceClass())); +// tqWarning("%s", (const char*)(c->resourceClass())); c->setBMP(c->resourceName() == "beep-media-player" || c->decorationId() == None); // first check if the window has it's own opinion of it's translucency ;) c->getWindowOpacity(); |