Hello, With r1519:72272822ddf2 two things change to the OO.org 2.4 main window: - when OpenOffice.org is running at the time dwm starts, it will be floating and stays as it were, - when OpenOffice.org starts when dwm is already running, it will be floating and maximized full-screen, covering everything (even the bar).
The behaviour is the same in r1519 and r1527 (tip as of now), going back to r1518 restores its old behaviour (OpenOffice.org being tiled as everything else). Window propertes: WM_STATE(WM_STATE): window state: Normal icon window: 0x0 WM_LOCALE_NAME(STRING) = "pl_PL.UTF-8" WM_ICON_NAME(STRING) = "OpenOffice.org" WM_NAME(STRING) = "OpenOffice.org" XdndAware(ATOM) = BITMAP _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0xf, 0x1, 0x1, 0x0, 0x0 WM_CLIENT_LEADER(WINDOW): window id # 0xc00002 WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified location: 0, 0 window gravity: Static WM_CLASS(STRING) = "VCLSalFrame.DocumentWindow", "OpenOffice.org 2.4" WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_SAVE_YOURSELF WM_HINTS(WM_HINTS): Client accepts input or input focus: True bitmap id # to use for icon: 0xc00018 bitmap id # of mask for icon: 0xc0001b window id # of group leader: 0xc0001f I've tried adding "VCLSalFrame.DocumentWindow" or "OpenOffice.org 2.4" rules to make it not-floating to config.h to no avail. Any hints? //Marcin