mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
* 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:
parent
d499d53e75
commit
6cf28f1c50
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue