* Source/x11/XGServerWindow.m(-_checkStyle:): Change NSLog into

NSDebugLLog.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@37535 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2014-01-05 16:40:32 +00:00
parent d499d53e75
commit 6cf28f1c50
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,9 @@
2013-01-05 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerWindow.m(-_checkStyle:): Change NSLog into NSDebugLLog.
2014-01-01 Niels Grewe <niels.grewe@halbordnung.de>
* Source/x11/XGServerWindow.m: Implement method to get
the XWindow ID of the a window from its window number.

View file

@ -1102,8 +1102,9 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
parent = new_parent;
repx = wattr.x;
repy = wattr.y;
NSLog(@"QueryTree window is %lu (root %lu cwin root %lu)",
parent, root, window->root);
NSDebugLLog(@"Offset",
@"QueryTree window is %lu (root %lu cwin root %lu)",
parent, root, window->root);
if (!XQueryTree(dpy, parent, &root, &new_parent,
&children, &nchildren))
{