* Source/win32/WIN32Server.m (LoadDisplayMonitorInfo):

Switch monitor logging to Debug level.
        Patch by Jonathan Gillaspie <jonathan.gillaspie@testplant.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@37640 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2014-01-27 21:59:33 +00:00
parent ece8676494
commit 8af4ce75c4
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-01-27 Fred Kiefer <FredKiefer@gmx.de>
* Source/win32/WIN32Server.m (LoadDisplayMonitorInfo):
Switch monitor logging to Debug level.
Patch by Jonathan Gillaspie <jonathan.gillaspie@testplant.com>
2013-01-19 Fred Kiefer <FredKiefer@gmx.de>
* Source/art/blit.m(MPRE): Remove compiler warning.

View file

@ -143,7 +143,7 @@ BOOL CALLBACK LoadDisplayMonitorInfo(HMONITOR hMonitor,
NSMutableArray *monitors = (NSMutableArray*)dwData;
W32DisplayMonitorInfo *info = [[W32DisplayMonitorInfo alloc] initWithHMonitor:hMonitor rect:lprcMonitor];
NSLog(@"screen %ld:hdc: %ld frame:top:%ld left:%ld right:%ld bottom:%ld frame:x:%f y:%f w:%f h:%f\n",
NSDebugLog(@"screen %ld:hdc: %ld frame:top:%ld left:%ld right:%ld bottom:%ld frame:x:%f y:%f w:%f h:%f\n",
[monitors count], (long)hMonitor,
lprcMonitor->top, lprcMonitor->left,
lprcMonitor->right, lprcMonitor->bottom,