- size_t i = 0;
- while ( i < count )
- {
- wxDisplay display ( i );
- wxRect r = display.GetGeometry();
- wxLogDebug ( _T("Display #%i \"%s\" = ( %i, %i, %i, %i ) @ %i bits"),
- i, display.GetName().c_str(), r.GetLeft(), r.GetTop(), r.GetWidth(), r.GetHeight(),
- display.GetDepth() );
- i++;
- }
+ size_t i = 0;
+ while ( i < count )
+ {
+ wxDisplay display ( i );
+ wxRect r = display.GetGeometry();
+ wxLogDebug ( _T("Display #%i \"%s\" = ( %i, %i, %i, %i ) @ %i bits"),
+ i, display.GetName().c_str(), r.GetLeft(), r.GetTop(), r.GetWidth(), r.GetHeight(),
+ display.GetCurrentMode().GetDepth() );
+ i++;
+ }