we don't need to tell this to everyone
This commit is contained in:
parent
6fad1e2f88
commit
c13bd3164e
1 changed files with 2 additions and 0 deletions
|
@ -423,12 +423,14 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
|
|||
|
||||
_FB_USES_NLS;
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, _FB_CONSOLETEXT(Screen, ManagingScreen,
|
||||
"BScreen::BScreen: managing screen %d "
|
||||
"using visual 0x%lx, depth %d\n",
|
||||
"informational message saying screen number (%d), visual (%lx), and colour depth (%d)").c_str(),
|
||||
screenNumber(), XVisualIDFromVisual(rootWindow().visual()),
|
||||
rootWindow().depth());
|
||||
#endif // DEBUG
|
||||
|
||||
FbTk::EventManager *evm = FbTk::EventManager::instance();
|
||||
evm->add(*this, rootWindow());
|
||||
|
|
Loading…
Reference in a new issue