Once more, with feeling:

This doesn't look right at all.. I'll try again later when I
have some more time.


_BLACKBOX_ATTRIBUTES(_BLACKBOX_ATTRIBUTES) = 0x50, 0x0, 0x3, 0x0, 0x1, 0x0, 0x0,       
                               0x0, 0x0
WM_STATE(WM_STATE):
    window state: Normal
    icon window: 0x0
WM_TRANSIENT_FOR(WINDOW): window id # 0x28000a9
_MOTIF_WM_MESSAGES(ATOM) = _MOTIF_WM_OFFSET
WM_PROTOCOLS(ATOM): protocols  _MOTIF_WM_MESSAGES, WM_DELETE_WINDOW
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0xffffffff, 0x1, 0xffffffff, 0x81bfe40
WM_CLIENT_LEADER(WINDOW): window id # 0x28000a9
WM_LOCALE_NAME(STRING) = "en_US"
WM_CLASS(STRING) = "AWTdialog", "VendorShell"
WM_HINTS(WM_HINTS):
    Client accepts input or input focus: True
    Initial state is Normal State.
    window id # of group leader: 0x28000a9
WM_NORMAL_HINTS(WM_SIZE_HINTS):
    program specified location: 0, 18
    program specified size: 1 by 1
    window gravity: NorthWest
WM_CLIENT_MACHINE(STRING) = "chris-lap.magma-da.com"
WM_NAME(STRING) = "layout_0: Selection Report"


0x28000a9: fallback configure (0, 18) w: 1012, h: 783
0x28000a9: before manage (0, 18) w: 1012, h: 783
0x28000a9: initial (0, 18) w: 1012, h: 783
0x28000a9: after hints (0, 18) w: 1012, h: 783
0x28000a9: sizes reflect the frame from now on
0x28000a9: after upsize (0, 0) w: 1018, h: 812
0x28000a9: after gravity (0, 18) w: 1018, h: 812
0x28000a9: after configure (0, 18) w: 1018, h: 812
0x28000a9: end of constructor (0, 18) w: 1018, h: 812
0x28000a9: just before show (0, 18) w: 1018, h: 812
0x28000a9: change request (0, 18) w: 1018, h: 812
0x28000a9: normal hint (0, 18) w: 1018, h: 812
0x28000a9: normal hint (0, 18) w: 1018, h: 812

Sean Perry wrote:
 > I expect the output to look this (non Java app)
 > 
 > 0xe048ec: before manage (259, 172) w: 800, h: 600
 > 0xe048ec: initial (259, 172) w: 800, h: 600
 > 0xe048ec: after hints (259, 172) w: 800, h: 600
 > 0xe048ec: sizes reflect the frame from now on
 > 0xe048ec: after upsize (0, 0) w: 802, h: 619
 > 0xe048ec: after gravity (259, 172) w: 802, h: 619
 > 0xe048ec: after configure (259, 172) w: 802, h: 619
 > 0xe048ec: end of constructor (259, 172) w: 802, h: 619
 > 0xe048ec: just before show (259, 172) w: 802, h: 619
 > 
 > You seem to be missing most of the debug messages, did you only apply the
 > verbose2 patch?
 > 

-- 
Chris Grossmann
web: http://www.grossmann.us

Reply via email to