diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-06-30 17:55:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-29 17:10:05 +0200 |
commit | 94c7091bcece8df786470888e003155dab13bf6c (patch) | |
tree | bddf2df0f2866e08218a220e9c986ff7d5aa233b /nx-X11 | |
parent | 7404d2178e7877cc3b92b0241df800e0963342b9 (diff) | |
download | nx-libs-94c7091bcece8df786470888e003155dab13bf6c.tar.gz nx-libs-94c7091bcece8df786470888e003155dab13bf6c.tar.bz2 nx-libs-94c7091bcece8df786470888e003155dab13bf6c.zip |
Events.c: add FIXME
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Events.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.c b/nx-X11/programs/Xserver/hw/nxagent/Events.c index 8f68084a4..b33ede2c8 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Events.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Events.c @@ -452,6 +452,19 @@ void nxagentRemoteWindowInfo(Window win, int indent, Bool newLine) /* * Walk remote windows tree. + * + * FIXME: + * ========== nxagentRemoteWindowsTree ============ + * + * Root Window ID: 0x169 (the root window) (has no name) + * Parent window ID: 0x2a00063 "NX Agent" + * 0 children. + * + * ========== nxagentInternalWindowsTree ========== + * Window ID=[0x9d] Remote ID=[0x2a0007e] Name: ( has no name ) + * x=0 y=0 width=1440 height=810 class=InputOutput map_state=IsViewable override_redirect=No + * + * -> Internal root window's remote id is not listed in RemoteWindowsTree. */ void nxagentRemoteWindowsTree(Window window, int level) |