Re: Some changed behaviors ...

Michael DePaulo <[email protected]> Fri, 3 Jul 2015 12:05:29 -0400
Newsgroups gmane.os.cygwin.xfree
Message-ID <CAMKht8h1u_6oH1Qq=ZK8Su529LeViPpScH2vRWvu_6R5CeGOHw@mail.gmail.com>
On Thu, Jul 2, 2015 at 7:27 PM, Jon TURNEY <[email protected]> wrote:
> On 04/06/2015 02:41, Eliot Moss wrote:
>>
>> I just updated to the latest XWin and got some
>> different behaviors:
>>
>> - In my .XWinrc file I was using MINIMIZE in the STYLES.  This now seems
>>    to permanently iconize a window.  If I click on the icon, it briefly
>>    flahses large and then iconizes again.
>
>
> Thanks for reporting this.
>
> This regression seems to be a side-effect of the change I made in 1.17.1-5.
>
> If you would like to try it, I made a snapshot which hopefully fixes this
> without breaking anything else, but when working on this code I always get
> the feeling that something else is going to unravel when I pull on one of
> the loose ends :)
>
> ftp://cygwin.com/pub/cygwinx/x86/XWin.20150702-git-b872b0571855112c.exe.bz2
> ftp://cygwin.com/pub/cygwinx/x86_64/XWin.20150702-git-b872b0571855112c.exe.bz2
>

1. I was able to reproduce this issue on my system, and your snapshot
fixed it. I tested xemacs:
STYLES {
        "emacs" MINIMIZE
}
(The logs in my attachments are about #6, not this issue. However,
cygcheck.out does show my system's configuration.)

2. I briefly tested both 1.171.0-5 and your snapshot with X2Go Client
for Windows 4.0.4.0-2015.06.24. We don't use the .XWinrc file at all,
but I did not notice any regressions.

3. I actually noticed an improvement in terms of the issue that the
X2Go's patch (winmultiwindow.patch from Oleksandr Shneyder (phoca
GmbH))  was meant to address. I will send a separate email about that.

>> - When using -geometry (with xemacs in particular), the height of the
>>    screen seems different, and if I change the geometry height by 1, the
>>    height of the window does not change by 1 -- it either doesn't change,
>>    or changes by more than one.
>
>
> Hmmm.... I think that the size of the emacs window is (or at least, should
> be) constrained so it can only change by a whole character?

4. -geometry for xemacs appears to be in terms of whole characters, not pixels.

>
> Can you give a bit more detail e.g. what version you were using previously,
> the geometry you are requesting and the actual size of the window as
> reported by xwininfo?
[...]

5. I am not sure if I reproduced Eliot Moss's bug or not.  It seems
like the size of the Window always changes when you pass different
different args to -geometry. However, trying to identify the size of
the change complicated by #6 & #7.

6. I immediately noticed that the top-left corner of the Window
differs, depending on both the version of xwin and the Y value for
-geometry.
(Note that I am only passing WIDTHxHEIGHT, not WIDTHxHEIGHT+XOFF+YOFF).

See the attachments.
"command output*.txt" contains the xwininfo output & the xmecs
commands/output. In both cases, I did not move xemacs window; I only
X'd out of it after running xwininfo on it.
Also, this is my monitor layout: http://imgur.com/5v3XPEi,kYFucMs

7 .Furthermore (and I will have more time to debug this later), it
appears that xwininfo isn't reporting the size of the Window properly.
Look at the spreadsheet I attached, "xemacs window corners.ods". (The
"Top" and "Bottom" values are from the xwininfo "Corners:" line.)
Maybe I am interpreting the xwininfo output wrong.


-Mike

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/
command output 1.17.1-5.txt (text/plain, 2.1 KB)
mike@executor ~
$ xemacs -geometry 80x30 &
[4] 13252
[3]   Done                    xemacs -geometry 80x31

mike@executor ~
$
WARNING:
Couldn't find an obvious default for the root of the
XEmacs hierarchy.Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

xemwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x800051 "emacs: *scratch*"

  Absolute upper-left X:  2211
  Absolute upper-left Y:  186
  Relative upper-left X:  2211
  Relative upper-left Y:  186
  Width: 823
  Height: 570
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +2211+186  -1574+186  -1574-684  +2211-684
  -geometry 80x30+2211+186


mike@executor ~
$ xemacs -geometry 80x31 &
[5] 7892
[4]   Done                    xemacs -geometry 80x30

mike@executor ~
$
WARNING:
Couldn't find an obvious default for the root of the
XEmacs hierarchy.Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

xemwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x800051 "emacs: *scratch*"

  Absolute upper-left X:  2237
  Absolute upper-left Y:  212
  Relative upper-left X:  2237
  Relative upper-left Y:  212
  Width: 823
  Height: 586
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +2237+212  -1548+212  -1548-642  +2237-642
  -geometry 80x31+2237+212


mike@executor ~
$
xemacs window corners.ods (application/vnd.oasis.opendocument.spreadsheet, 9.9 KB) - not displayed
XWin.0.1.17.1-5.log (application/octet-stream, 4.5 KB)
Could not load crashreporter dll
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.17.1.0
OS: CYGWIN_NT-10.0-WOW executor 2.0.4(0.287/5/3) 2015-06-09 12:20 i686
OS: Windows 10  [Windows NT 10.0 build 10158] (WoW64)
Package: version 1.17.1-5 built 2015-06-02

XWin was started with the following command line:

./XWin -multiwindow 

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 2560 h 1440
winInitializeScreenDefaults - native DPI x 96 y 96
[232751.453] Could not load crashreporter dll
[232751.500] (II) xorg.conf is not supported
[232751.500] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[232751.500] LoadPreferences: /home/mike/.XWinrc not found
[232751.500] LoadPreferences: Loading /etc/X11/system.XWinrc
[232751.500] LoadPreferences: Done parsing the configuration file...
[232751.515] winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
[232751.531] winDetectSupportedEngines - Returning, supported engines 00000005
[232751.531] winSetEngine - Multi Window or Rootless => ShadowGDI
[232751.531] winScreenInit - Using Windows display depth of 32 bits per pixel
[232751.531] winAllocateFBShadowGDI - Creating DIB with width: 4608 height: 1440 depth: 32
[232751.531] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[232751.531] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
[232751.531] MIT-SHM extension disabled due to lack of kernel support
[232751.531] XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
[232751.531] glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
[232751.609] (II) AIGLX: Testing pixelFormatIndex 5
[232751.640] GL_VERSION:     4.5.0 NVIDIA 352.84
[232751.640] GL_VENDOR:      NVIDIA Corporation
[232751.640] GL_RENDERER:    GeForce GTX 670/PCIe/SSE2
[232751.640] (II) AIGLX: enabled GLX_SGI_make_current_read
[232751.640] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[232751.640] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[232751.640] (II) AIGLX: enabled GLX_SGIX_pbuffer
[232751.640] (II) AIGLX: enabled GLX_ARB_multisample and GLX_SGIS_multisample
[232751.640] (II) 482 pixel formats reported by wglGetPixelFormatAttribivARB
[232751.640] (II) AIGLX: Set GLX version to 1.4
[232751.656] (II) 323 fbConfigs
[232751.656] (II) ignored pixel formats: 0 not OpenGL, 54 RBGA float, 69 RGBA unsigned float, 0 unknown pixel type, 36 unaccelerated
[232751.656] (II) GLX: Initialized Win32 native WGL GL provider for screen 0
[232751.781] winPointerWarpCursor - Discarding first warp: 2304 720
[232751.781] (--) 16 mouse buttons found
[232751.781] (--) Setting autorepeat to delay=500, rate=31
[232751.781] (--) Windows keyboard layout: "00000409" (00000409) "US", type 4
[232751.781] (--) Found matching XKB configuration "English (USA)"
[232751.781] (--) Model = "pc105" Layout = "us" Variant = "none" Options = "none"
[232751.781] Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none"
[232751.781] winInitMultiWindowWM - DISPLAY=:0.0
[232751.781] winMultiWindowXMsgProc - DISPLAY=:0.0
[232751.781] winProcEstablishConnection - winInitClipboard returned.
[232751.781] winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.
[232751.781] winClipboardThreadProc - DISPLAY=:0.0
[232751.781] OS maintains clipboard viewer chain: yes
[232751.781] winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display.
[232751.781] winClipboardProc - XOpenDisplay () returned and successfully opened the display.
[232772.265] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232789.656] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232789.656] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232799.671] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232803.312] winDeinitMultiWindowWM - Noting shutdown in progress
[232803.312] winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop.
[232803.312] winClipboardProc - XDestroyWindow succeeded.
[232803.312] winClipboardIOErrorHandler!
[232803.312] winMultiWindowXMsgProcIOErrorHandler!
[232803.312] winInitMultiWindowXMsgProc - Caught IO Error.  Exiting.
[232803.328] winDeinitMultiWindowWM - Noting shutdown in progress
[232803.328] (II) Server terminated successfully (0). Closing log file.
XWin.0.20150702-git-b872b0571855112c.log (application/octet-stream, 32.7 KB)
Could not load crashreporter dll
InitConnectionLimits: MaxClients = 255
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.17.2.0
OS: CYGWIN_NT-10.0-WOW executor 2.0.4(0.287/5/3) 2015-06-09 12:20 i686
OS: Windows 10  [Windows NT 10.0 build 10158] (WoW64)
Snapshot: 20150702-git-b872b0571855112c

XWin was started with the following command line:

./XWin.20150702-git-b872b0571855112c -multiwindow 

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 2560 h 1440
winInitializeScreenDefaults - native DPI x 96 y 96
ddxProcessArgument - arg: -multiwindow
[232370.328] Could not load crashreporter dll
[232370.375] (II) xorg.conf is not supported
[232370.375] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[232370.375] LoadPreferences: /home/mike/.XWinrc not found
[232370.375] LoadPreferences: Loading /etc/X11/system.XWinrc
[232370.375] LoadPreferences: Done parsing the configuration file...
[232370.390] winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
[232370.406] winDetectSupportedEngines - Returning, supported engines 00000005
[232370.406] winSetEngine - Multi Window or Rootless => ShadowGDI
[232370.406] winScreenInit - Using Windows display depth of 32 bits per pixel
[232370.406] winAllocateFBShadowGDI - Creating DIB with width: 4608 height: 1440 depth: 32
[232370.406] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[232370.406] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
[232370.406] MIT-SHM extension disabled due to lack of kernel support
[232370.406] XFree86-Bigfont extension local-client optimization disabled due to lack of shared memory support in the kernel
[232370.406] glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
[232370.468] (II) AIGLX: Testing pixelFormatIndex 5
[232370.500] GL_VERSION:     4.5.0 NVIDIA 352.84
[232370.500] GL_VENDOR:      NVIDIA Corporation
[232370.500] GL_RENDERER:    GeForce GTX 670/PCIe/SSE2
[232370.500] (II) AIGLX: enabled GLX_SGI_make_current_read
[232370.500] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[232370.500] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[232370.500] (II) AIGLX: enabled GLX_SGIX_pbuffer
[232370.500] (II) AIGLX: enabled GLX_ARB_multisample and GLX_SGIS_multisample
[232370.500] (II) 482 pixel formats reported by wglGetPixelFormatAttribivARB
[232370.515] (II) AIGLX: Set GLX version to 1.4
[232370.515] (II) 323 fbConfigs
[232370.515] (II) ignored pixel formats: 0 not OpenGL, 54 RBGA float, 69 RGBA unsigned float, 0 unknown pixel type, 36 unaccelerated
[232370.515] (II) GLX: Initialized Win32 native WGL GL provider for screen 0
[232370.546] winPositionWindowMultiWindow: (x, y) = (0, 0)
[232370.546] 	immediately return since hWnd is NULL
[232370.546] winMapWindowMultiWindow - pWin: 0x8008b290
[232370.546] winUpdateWindowsWindow
[232370.578] System: `"/usr/bin/xkbcomp" -w 1 "-R/usr/share/X11/xkb" -xkm "/tmp/xkb_0Y7G2n" -em1 "The XKEYBOARD keymap compiler (xkbcomp) reports:" -emp "> " -eml "Errors from xkbcomp are not fatal to the X server" "/var/lib/xkb/server-0.xkm" >/tmp/xkb_4DxL9M 2>&1'
[232370.640] Loaded XKB keymap /var/lib/xkb/server-0.xkm, defined=0x7f
[232370.640] winPointerWarpCursor - Discarding first warp: 2304 720
[232370.640] (dix) initialising device 6
[232370.640] (--) 16 mouse buttons found
[232370.640] (dix) initialising device 7
[232370.640] (--) Setting autorepeat to delay=500, rate=31
[232370.640] (--) Windows keyboard layout: "00000409" (00000409) "US", type 4
[232370.640] (--) Found matching XKB configuration "English (USA)"
[232370.640] (--) Model = "pc105" Layout = "us" Variant = "none" Options = "none"
[232370.640] Rules = "base" Model = "pc105" Layout = "us" Variant = "none" Options = "none"
[232370.640] (dix) enabling device 6
[232370.640] (dix) enabling device 7
[232370.640] client(0): Reserved pid(10248).
[232370.640] client(0): Reserved cmdname(./XWin.20150702-git-b872b0571855112c) and cmdargs(-multiwindow).
[232370.640] winInitMultiWindowWM - DISPLAY=:0.0
[232370.640] winMultiWindowXMsgProc - DISPLAY=:0.0
[232370.640] client(200000): Reserved pid(-1).
[232370.640] client(200000): Reserved cmdname(NULL) and cmdargs(NULL).
[232370.640] AllocNewConnection: client index = 1, socket fd = 7
[232370.640] winProcEstablishConnection - winInitClipboard returned.
[232370.640] client(400000): Reserved pid(-1).
[232370.640] client(400000): Reserved cmdname(NULL) and cmdargs(NULL).
[232370.640] AllocNewConnection: client index = 2, socket fd = 9
[232370.640] winClipboardThreadProc - DISPLAY=:0.0
[232370.656] winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.
[232370.656] OS maintains clipboard viewer chain: yes
[232370.656] client(600000): Reserved pid(-1).
[232370.656] client(600000): Reserved cmdname(NULL) and cmdargs(NULL).
[232370.656] AllocNewConnection: client index = 3, socket fd = 11
[232370.656] winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display.
[232370.656] winClipboardProc - XOpenDisplay () returned and successfully opened the display.
[232370.656] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232370.656] 	immediately return since hWnd is NULL
[232370.656] winMultiWindowWMProc ()
[232375.687] client(800000): Reserved pid(-1).
[232375.687] client(800000): Reserved cmdname(NULL) and cmdargs(NULL).
[232375.687] AllocNewConnection: client index = 4, socket fd = 13
[232375.875] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232375.875] 	immediately return since hWnd is NULL
[232375.875] MoveWindowMultiWindow to (0, 0)
[232375.875] winPositionWindowMultiWindow: (x, y) = (0, 0)
[232375.875] 	immediately return since hWnd is NULL
[232380.984] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] winPositionWindowMultiWindow: (x, y) = (2, 2)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] winPositionWindowMultiWindow: (x, y) = (1, 31)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] winMapWindowMultiWindow - pWin: 0x80602098
[232380.984] winUpdateWindowsWindow
[232380.984] winInitMultiWindowClass - Creating class: cygwin/x X rl
[232380.984] winInitMultiWindowClass - Creating class: cygwin/x X child
[232380.984] winGetWindowID - Window ID: 8388689
[232380.984] winAdjustXWindow
[232380.984] 	ConfigureWindow to (2341, 316) - 823x570
[232380.984] MoveWindowMultiWindow to (2341, 316)
[232380.984] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232380.984] winPositionWindowMultiWindow - (232380984 ms)drawable (294, 317)-(1117, 887)
[232380.984] winPositionWindowMultiWindow - (232380984 ms)rcNew (294, 317)-(1117, 887)
[232380.984] winPositionWindowMultiWindow - (232380984 ms)rcOld (294, 317)-(1117, 887)
[232380.984] (232380984 ms)rcClient (0, 0)-(823, 570)
[232380.984] winPositionWindowMultiWindow - Not need to move
[232380.984] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] winPositionWindowMultiWindow: (x, y) = (2342, 347)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232380.984] 	immediately return since hWnd is NULL
[232380.984] CopyWindowMultiWindow
[232380.984] winGetWindowID - Window ID: 8388689
[232380.984] winSendMessageToWM WM_WM_ACTIVATE
[232380.984] Queue Size 0 0
[232380.984] winMultiWindowWMProc - MSG: WM_WM_ACTIVATE (1032) ID: 823
[232380.984] winSendMessageToWM WM_WM_MAP_MANAGED
[232380.984] winTopLevelWindowProc - WM_SIZE to 823x570 (SIZE_RESTORED) - 232380984 ms
[232380.984] winAdjustXWindow
[232380.984] 	return because already adjusted
[232380.984] winSendMessageToWM WM_WM_CHANGE_STATE
[232380.984] winAdjustXWindow
[232380.984] 	return because already adjusted
[232380.984] -winUpdateWindowsWindow
[232380.984] winMapWindowMultiWindow - pWin: 0x80602308
[232380.984] winUpdateWindowsWindow
[232380.984] -winUpdateWindowsWindow
[232380.984] winMapWindowMultiWindow - pWin: 0x806024f8
[232380.984] winUpdateWindowsWindow
[232380.984] -winUpdateWindowsWindow
[232380.984] winMapWindowMultiWindow - pWin: 0x806023f8
[232380.984] winUpdateWindowsWindow
[232380.984] -winUpdateWindowsWindow
[232380.984] MoveWindowMultiWindow to (2341, 316)
[232380.984] winPositionWindowMultiWindow: (x, y) = (2341, 316)
[232380.984] winPositionWindowMultiWindow - (232380984 ms)drawable (293, 316)-(1116, 886)
[232380.984] winPositionWindowMultiWindow - (232380984 ms)rcNew (293, 316)-(1116, 886)
[232380.984] winPositionWindowMultiWindow - (232380984 ms)rcOld (294, 317)-(1117, 887)
[232380.984] (232380984 ms)rcClient (0, 0)-(823, 570)
[232380.984] winPositionWindowMultiWindow - Need to move
[232380.984] 	MoveWindow to (293, 316) - 823x570
[232381.000] winAdjustXWindow
[232381.000] 	return because already adjusted
[232381.000] winPositionWindowMultiWindow: (x, y) = (2341, 316)
[232381.000] 	immediately return since hWnd is NULL
[232381.000] winPositionWindowMultiWindow: (x, y) = (2341, 346)
[232381.000] 	immediately return since hWnd is NULL
[232381.000] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.000] 	immediately return since hWnd is NULL
[232381.000] CopyWindowMultiWindow
[232381.000] Queue Size 1 1
[232381.000] winMultiWindowWMProc - MSG: WM_WM_MAP_MANAGED (1037) ID: 1628490735
[232381.000] GetWindowName
[232381.031] Queue Size 0 0
[232381.031] winMultiWindowWMProc - MSG: WM_WM_CHANGE_STATE (1035) ID: 1
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] ResizeWindowMultiWindow to (0, 0) - 10x29
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] ResizeWindowMultiWindow to (0, 0) - 815x24
[232381.031] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] ResizeWindowMultiWindow to (0, 0) - 10x29
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] ResizeWindowMultiWindow to (0, 0) - 815x24
[232381.031] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232381.031] 	immediately return since hWnd is NULL
[232381.031] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232381.031] 	immediately return since hWnd is NULL
[232381.046] winSendMessageToWM WM_WM_HINTS_EVENT
[232381.046] winSendMessageToWM WM_WM_ICON_EVENT
[232381.046] Queue Size 0 0
[232381.046] winMultiWindowWMProc - MSG: WM_WM_HINTS_EVENT (1038) ID: 0
[232381.046] MoveWindowMultiWindow to (4, 71)
[232381.046] winPositionWindowMultiWindow: (x, y) = (2345, 387)
[232381.046] 	immediately return since hWnd is NULL
[232381.046] winPositionWindowMultiWindow: (x, y) = (2345, 387)
[232381.046] 	immediately return since hWnd is NULL
[232381.046] winPositionWindowMultiWindow: (x, y) = (2346, 388)
[232381.046] 	immediately return since hWnd is NULL
[232381.046] winMapWindowMultiWindow - pWin: 0x80613ee0
[232381.046] winUpdateWindowsWindow
[232381.046] -winUpdateWindowsWindow
[232381.046] winMapWindowMultiWindow - pWin: 0x80614040
[232381.046] winUpdateWindowsWindow
[232381.046] -winUpdateWindowsWindow
[232381.046] Queue Size 0 0
[232381.046] winMultiWindowWMProc - MSG: WM_WM_ICON_EVENT (1034) ID: 0
[232381.046] winPositionWindowMultiWindow: (x, y) = (3145, 411)
[232381.046] 	immediately return since hWnd is NULL
[232381.046] winMapWindowMultiWindow - pWin: 0x8065d900
[232381.046] winUpdateWindowsWindow
[232381.046] -winUpdateWindowsWindow
[232384.390] client(a00000): Reserved pid(-1).
[232384.390] client(a00000): Reserved cmdname(NULL) and cmdargs(NULL).
[232384.390] AllocNewConnection: client index = 5, socket fd = 14
[232386.390] winMouseButtonsSendEvent: iEventType: 4, iButton: 1
[232386.453] winMouseButtonsSendEvent: iEventType: 5, iButton: 1
[232386.453] client(a00000): Released pid(-1).
[232386.453] client(a00000): Released cmdline(NULL) and cmdargs(NULL).
[232392.453] winSendMessageToWM WM_WM_KILL
[232392.453] Queue Size 0 0
[232392.453] winMultiWindowWMProc - MSG: WM_WM_KILL (1031) ID: 2735920
[232392.453] winUnmapWindowMultiWindow - pWin: 0x8065d900
[232392.453] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.453] 	immediately return since hWnd is NULL
[232392.453] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.453] 	immediately return since hWnd is NULL
[232392.453] ResizeWindowMultiWindow to (0, 0) - 10x29
[232392.453] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.453] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] ResizeWindowMultiWindow to (0, 0) - 815x24
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] ResizeWindowMultiWindow to (0, 0) - 10x29
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8065bae0
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] ResizeWindowMultiWindow to (0, 0) - 54x48
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] ResizeWindowMultiWindow to (0, 0) - 815x24
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2343, 318)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2342, 317)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winUnmapWindowMultiWindow - pWin: 0x80613ee0
[232392.468] winUnmapWindowMultiWindow - pWin: 0x80614040
[232392.468] MoveWindowMultiWindow to (4, 71)
[232392.468] winPositionWindowMultiWindow: (x, y) = (2345, 387)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2345, 387)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2346, 388)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winPositionWindowMultiWindow: (x, y) = (2346, 388)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winMapWindowMultiWindow - pWin: 0x8064cc10
[232392.468] winUpdateWindowsWindow
[232392.468] -winUpdateWindowsWindow
[232392.468] winMapWindowMultiWindow - pWin: 0x8065bf50
[232392.468] winUpdateWindowsWindow
[232392.468] -winUpdateWindowsWindow
[232392.468] ResizeWindowMultiWindow to (804, 95) - 15x207
[232392.468] winPositionWindowMultiWindow: (x, y) = (3145, 411)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winMapWindowMultiWindow - pWin: 0x8065d900
[232392.468] winUpdateWindowsWindow
[232392.468] -winUpdateWindowsWindow
[232392.468] winPositionWindowMultiWindow: (x, y) = (3145, 638)
[232392.468] 	immediately return since hWnd is NULL
[232392.468] winMapWindowMultiWindow - pWin: 0x8065d578
[232392.468] winUpdateWindowsWindow
[232392.468] -winUpdateWindowsWindow
[232392.468] winUnmapWindowMultiWindow - pWin: 0x806023f8
[232392.468] winDestroyWindowMultiWindow - pWin: 0x806023f8
[232392.468] winUnmapWindowMultiWindow - pWin: 0x8065d900
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8065d900
[232392.468] winUnmapWindowMultiWindow - pWin: 0x8065d578
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8065d578
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80612168
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80611e40
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80611d68
[232392.468] winUnmapWindowMultiWindow - pWin: 0x8064cc10
[232392.468] winUnmapWindowMultiWindow - pWin: 0x8065bf50
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8065b568
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8064c018
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8065bf50
[232392.468] winDestroyWindowMultiWindow - pWin: 0x8064cc10
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80614b58
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80614040
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80613ee0
[232392.468] winUnmapWindowMultiWindow - pWin: 0x80602098
[232392.468] winSendMessageToWM WM_WM_CHANGE_STATE
[232392.468] Queue Size 0 0
[232392.468] winMultiWindowWMProc - MSG: WM_WM_CHANGE_STATE (1035) ID: 0
[232392.468] winSendMessageToWM WM_WM_UNMAP
[232392.468] winUnmapWindowMultiWindow - pWin: 0x80602308
[232392.468] winUnmapWindowMultiWindow - pWin: 0x806024f8
[232392.468] winDestroyWindowMultiWindow - pWin: 0x806024f8
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80602308
[232392.468] winDestroyWindowMultiWindow - pWin: 0x80602098
[232392.468] winDestroyWindowMultiWindow - pWin: 0x805a5f68
[232392.468] client(800000): Released pid(-1).
[232392.468] client(800000): Released cmdline(NULL) and cmdargs(NULL).
[232392.468] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232392.468] Queue Size 0 0
[232392.468] winMultiWindowWMProc - MSG: WM_WM_UNMAP (1030) ID: 1
[232392.468] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232392.468] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232392.468] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232400.875] client(800000): Reserved pid(-1).
[232400.875] client(800000): Reserved cmdname(NULL) and cmdargs(NULL).
[232400.875] AllocNewConnection: client index = 4, socket fd = 13
[232401.062] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232401.062] 	immediately return since hWnd is NULL
[232401.062] MoveWindowMultiWindow to (0, 0)
[232401.062] winPositionWindowMultiWindow: (x, y) = (0, 0)
[232401.062] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (1, 1)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (2, 2)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (1, 31)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winMapWindowMultiWindow - pWin: 0x80659340
[232406.171] winUpdateWindowsWindow
[232406.171] winGetWindowID - Window ID: 8388689
[232406.171] winAdjustXWindow
[232406.171] 	ConfigureWindow to (2367, 342) - 823x586
[232406.171] MoveWindowMultiWindow to (2367, 342)
[232406.171] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.171] winPositionWindowMultiWindow - (232406171 ms)drawable (320, 343)-(1143, 929)
[232406.171] winPositionWindowMultiWindow - (232406171 ms)rcNew (320, 343)-(1143, 929)
[232406.171] winPositionWindowMultiWindow - (232406171 ms)rcOld (320, 343)-(1143, 929)
[232406.171] (232406171 ms)rcClient (0, 0)-(823, 586)
[232406.171] winPositionWindowMultiWindow - Not need to move
[232406.171] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (2368, 373)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] CopyWindowMultiWindow
[232406.171] winGetWindowID - Window ID: 8388689
[232406.171] winSendMessageToWM WM_WM_ACTIVATE
[232406.171] Queue Size 0 0
[232406.171] winMultiWindowWMProc - MSG: WM_WM_ACTIVATE (1032) ID: 823
[232406.171] winSendMessageToWM WM_WM_MAP_MANAGED
[232406.171] winTopLevelWindowProc - WM_SIZE to 823x586 (SIZE_RESTORED) - 232406171 ms
[232406.171] winAdjustXWindow
[232406.171] 	return because already adjusted
[232406.171] winSendMessageToWM WM_WM_CHANGE_STATE
[232406.171] winAdjustXWindow
[232406.171] 	return because already adjusted
[232406.171] -winUpdateWindowsWindow
[232406.171] winMapWindowMultiWindow - pWin: 0x806595e0
[232406.171] winUpdateWindowsWindow
[232406.171] -winUpdateWindowsWindow
[232406.171] winMapWindowMultiWindow - pWin: 0x80659790
[232406.171] winUpdateWindowsWindow
[232406.171] -winUpdateWindowsWindow
[232406.171] winMapWindowMultiWindow - pWin: 0x806596b8
[232406.171] winUpdateWindowsWindow
[232406.171] -winUpdateWindowsWindow
[232406.171] MoveWindowMultiWindow to (2367, 342)
[232406.171] winPositionWindowMultiWindow: (x, y) = (2367, 342)
[232406.171] winPositionWindowMultiWindow - (232406171 ms)drawable (319, 342)-(1142, 928)
[232406.171] winPositionWindowMultiWindow - (232406171 ms)rcNew (319, 342)-(1142, 928)
[232406.171] winPositionWindowMultiWindow - (232406171 ms)rcOld (320, 343)-(1143, 929)
[232406.171] (232406171 ms)rcClient (0, 0)-(823, 586)
[232406.171] winPositionWindowMultiWindow - Need to move
[232406.171] 	MoveWindow to (319, 342) - 823x586
[232406.171] winAdjustXWindow
[232406.171] 	return because already adjusted
[232406.171] winPositionWindowMultiWindow: (x, y) = (2367, 342)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (2367, 372)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.171] 	immediately return since hWnd is NULL
[232406.171] CopyWindowMultiWindow
[232406.171] Queue Size 1 1
[232406.171] winMultiWindowWMProc - MSG: WM_WM_MAP_MANAGED (1037) ID: 1628490735
[232406.171] GetWindowName
[232406.203] Queue Size 0 0
[232406.203] winMultiWindowWMProc - MSG: WM_WM_CHANGE_STATE (1035) ID: 1
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] ResizeWindowMultiWindow to (0, 0) - 10x29
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] ResizeWindowMultiWindow to (0, 0) - 815x24
[232406.203] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] ResizeWindowMultiWindow to (0, 0) - 10x29
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] ResizeWindowMultiWindow to (0, 0) - 815x24
[232406.203] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232406.203] 	immediately return since hWnd is NULL
[232406.203] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232406.203] 	immediately return since hWnd is NULL
[232406.218] winSendMessageToWM WM_WM_HINTS_EVENT
[232406.218] winSendMessageToWM WM_WM_ICON_EVENT
[232406.218] Queue Size 0 0
[232406.218] winMultiWindowWMProc - MSG: WM_WM_HINTS_EVENT (1038) ID: 0
[232406.218] MoveWindowMultiWindow to (4, 71)
[232406.218] winPositionWindowMultiWindow: (x, y) = (2371, 413)
[232406.218] 	immediately return since hWnd is NULL
[232406.218] winPositionWindowMultiWindow: (x, y) = (2371, 413)
[232406.218] 	immediately return since hWnd is NULL
[232406.218] winPositionWindowMultiWindow: (x, y) = (2372, 414)
[232406.218] 	immediately return since hWnd is NULL
[232406.218] winMapWindowMultiWindow - pWin: 0x80659868
[232406.218] winUpdateWindowsWindow
[232406.218] -winUpdateWindowsWindow
[232406.218] winMapWindowMultiWindow - pWin: 0x80658f50
[232406.218] winUpdateWindowsWindow
[232406.218] -winUpdateWindowsWindow
[232406.218] Queue Size 0 0
[232406.218] winMultiWindowWMProc - MSG: WM_WM_ICON_EVENT (1034) ID: 0
[232406.234] winPositionWindowMultiWindow: (x, y) = (3171, 437)
[232406.234] 	immediately return since hWnd is NULL
[232406.234] winMapWindowMultiWindow - pWin: 0x8064a630
[232406.234] winUpdateWindowsWindow
[232406.234] -winUpdateWindowsWindow
[232412.828] client(a00000): Reserved pid(-1).
[232412.828] client(a00000): Reserved cmdname(NULL) and cmdargs(NULL).
[232412.828] AllocNewConnection: client index = 5, socket fd = 14
[232415.296] winSendMessageToWM WM_WM_ACTIVATE
[232415.296] Queue Size 0 0
[232415.296] winMultiWindowWMProc - MSG: WM_WM_ACTIVATE (1032) ID: 4
[232415.296] winMouseButtonsSendEvent: iEventType: 4, iButton: 1
[232415.375] winMouseButtonsSendEvent: iEventType: 5, iButton: 1
[232415.375] client(a00000): Released pid(-1).
[232415.375] client(a00000): Released cmdline(NULL) and cmdargs(NULL).
[232417.500] winSendMessageToWM WM_WM_KILL
[232417.500] Queue Size 0 0
[232417.500] winMultiWindowWMProc - MSG: WM_WM_KILL (1031) ID: 212009428
[232417.515] winUnmapWindowMultiWindow - pWin: 0x8064a630
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] ResizeWindowMultiWindow to (0, 0) - 10x29
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] ResizeWindowMultiWindow to (0, 0) - 815x24
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] ResizeWindowMultiWindow to (0, 0) - 10x29
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8065a870
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] ResizeWindowMultiWindow to (0, 0) - 54x48
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] ResizeWindowMultiWindow to (0, 0) - 815x24
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2369, 344)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2368, 343)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winUnmapWindowMultiWindow - pWin: 0x80659868
[232417.515] winUnmapWindowMultiWindow - pWin: 0x80658f50
[232417.515] MoveWindowMultiWindow to (4, 71)
[232417.515] winPositionWindowMultiWindow: (x, y) = (2371, 413)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2371, 413)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2372, 414)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winPositionWindowMultiWindow: (x, y) = (2372, 414)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winMapWindowMultiWindow - pWin: 0x80649ec0
[232417.515] winUpdateWindowsWindow
[232417.515] -winUpdateWindowsWindow
[232417.515] winMapWindowMultiWindow - pWin: 0x805d5a90
[232417.515] winUpdateWindowsWindow
[232417.515] -winUpdateWindowsWindow
[232417.515] ResizeWindowMultiWindow to (804, 95) - 15x215
[232417.515] winPositionWindowMultiWindow: (x, y) = (3171, 437)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winMapWindowMultiWindow - pWin: 0x8064a630
[232417.515] winUpdateWindowsWindow
[232417.515] -winUpdateWindowsWindow
[232417.515] winPositionWindowMultiWindow: (x, y) = (3171, 672)
[232417.515] 	immediately return since hWnd is NULL
[232417.515] winMapWindowMultiWindow - pWin: 0x8064ba78
[232417.515] winUpdateWindowsWindow
[232417.515] -winUpdateWindowsWindow
[232417.515] winUnmapWindowMultiWindow - pWin: 0x806596b8
[232417.515] winDestroyWindowMultiWindow - pWin: 0x806596b8
[232417.515] winUnmapWindowMultiWindow - pWin: 0x8064a630
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8064a630
[232417.515] winUnmapWindowMultiWindow - pWin: 0x8064ba78
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8064ba78
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8065a450
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8065a128
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8065a050
[232417.515] winUnmapWindowMultiWindow - pWin: 0x80649ec0
[232417.515] winUnmapWindowMultiWindow - pWin: 0x805d5a90
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8065a898
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8064bef8
[232417.515] winDestroyWindowMultiWindow - pWin: 0x805d5a90
[232417.515] winDestroyWindowMultiWindow - pWin: 0x80649ec0
[232417.515] winDestroyWindowMultiWindow - pWin: 0x8065b058
[232417.515] winDestroyWindowMultiWindow - pWin: 0x80658f50
[232417.515] winDestroyWindowMultiWindow - pWin: 0x80659868
[232417.515] winUnmapWindowMultiWindow - pWin: 0x80659340
[232417.515] winSendMessageToWM WM_WM_CHANGE_STATE
[232417.515] Queue Size 0 0
[232417.515] winMultiWindowWMProc - MSG: WM_WM_CHANGE_STATE (1035) ID: 0
[232417.515] winSendMessageToWM WM_WM_UNMAP
[232417.515] winUnmapWindowMultiWindow - pWin: 0x806595e0
[232417.515] winUnmapWindowMultiWindow - pWin: 0x80659790
[232417.515] winDestroyWindowMultiWindow - pWin: 0x80659790
[232417.515] winDestroyWindowMultiWindow - pWin: 0x806595e0
[232417.515] winDestroyWindowMultiWindow - pWin: 0x80659340
[232417.515] winMultiWindowXMsgProcErrorHandler - ERROR: BadWindow (invalid Window parameter)
[232417.515] winDestroyWindowMultiWindow - pWin: 0x805c06e8
[232417.515] Queue Size 0 0
[232417.515] winMultiWindowWMProc - MSG: WM_WM_UNMAP (1030) ID: 1
[232417.531] client(800000): Released pid(-1).
[232417.531] client(800000): Released cmdline(NULL) and cmdargs(NULL).
[232421.250] winDeinitMultiWindowWM - Noting shutdown in progress
[232421.250] winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop.
[232421.250] winClipboardProc - XDestroyWindow succeeded.
[232421.250] client(200000): Released pid(-1).
[232421.250] client(200000): Released cmdline(NULL) and cmdargs(NULL).
[232421.250] client(400000): Released pid(-1).
[232421.250] winClipboardIOErrorHandler!
[232421.250] client(400000): Released cmdline(NULL) and cmdargs(NULL).
[232421.250] winMultiWindowXMsgProcIOErrorHandler!
[232421.250] winInitMultiWindowXMsgProc - Caught IO Error.  Exiting.
[232421.250] winDestroyWindowMultiWindow - pWin: 0x805a3e50
[232421.250] client(600000): Released pid(-1).
[232421.250] client(600000): Released cmdline(NULL) and cmdargs(NULL).
[232421.250] winDestroyWindowMultiWindow - pWin: 0x8008b290
[232421.250] (dix) removing device 2
[232421.250] (dix) removing device 3
[232421.250] (dix) removing device 5
[232421.250] (dix) removing device 4
[232421.250] (dix) removing device 7
[232421.250] (dix) removing device 6
[232421.265] client(0): Released pid(10248).
[232421.265] client(0): Released cmdline(./XWin.20150702-git-b872b0571855112c) and cmdargs(-multiwindow).
[232421.265] winDeinitMultiWindowWM - Noting shutdown in progress
[232421.265] (II) Server terminated successfully (0). Closing log file.
command output 20150702-git-b872b0571855112c.txt (text/plain, 2.1 KB)
xemacs -geometry 80x30 &
[2] 17764
[1]   Done                    xemacs -geometry 80x30

mike@executor ~
$
WARNING:
Couldn't find an obvious default for the root of the
XEmacs hierarchy.Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

xwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x800051 "emacs: *scratch*"

  Absolute upper-left X:  2341
  Absolute upper-left Y:  316
  Relative upper-left X:  2341
  Relative upper-left Y:  316
  Width: 823
  Height: 570
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +2341+316  -1444+316  -1444-554  +2341-554
  -geometry 80x30+2341+316


mike@executor ~
$ xemacs -geometry 80x31 &
[3] 18016
[2]   Done                    xemacs -geometry 80x30

mike@executor ~
$
WARNING:
Couldn't find an obvious default for the root of the
XEmacs hierarchy.Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset

xexwininfo

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x800051 "emacs: *scratch*"

  Absolute upper-left X:  2367
  Absolute upper-left Y:  342
  Relative upper-left X:  2367
  Relative upper-left Y:  342
  Width: 823
  Height: 586
  Depth: 24
  Visual: 0x21
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: NorthWestGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +2367+342  -1418+342  -1418-512  +2367-512
  -geometry 80x31+2367+342


mike@executor ~
$
cygcheck.out (application/octet-stream, 174.3 KB) - not displayed