search for: wm_delete_window

Displaying 6 results from an estimated 6 matches for "wm_delete_window".

2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...into a non-existant window. Assume that the window was destroyed by some other part of the program. The device (at some point in the future) will receive a DestroyNotify event that handleEvent ignores. Blissfully! *No KillDevice is called* when the window is destroyed by something other than the WM_DELETE_WINDOW mechanism! This happens when you embed the X11 device into another window/application. For starters, the device no longer receives WM_DELETE_WINDOW client messages. But it does receive a DestroyNotify event when the parent (the container window) is destroyed. HandleEvent should, well _handle_ t...
2007 Mar 01
1
Strange behavior scale and switcher plugin after update
...OMETRY(CARDINAL) = 999, 0, 110, 24 WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_DESKTOP(CARDINAL) = 0 KWM_WIN_ICON(KWM_WIN_ICON) = 0x300000d, 0x3000014 XdndAware(ATOM) = ARC WM_CLIENT_LEADER(WINDOW): window id # 0x0 WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, WM_WINDOW_ROLE WM_LOCALE_NAME(STRING) = "it_IT@euro" WM_CLIENT_MACHINE(STRING) = "Experience" WM_ICON_NAME(STRING) = "MPlayer - Video" WM_NAME(STRING) = "MPlayer - Video" _NET_FRAME_EXTENTS(CARDINAL) = 4, 4, 27, 4 _NET_FRAME_WINDOW(WINDOW): wi...
2008 Mar 07
0
[ANNOUNCE] xev 1.0.3
...(1): xev 1.0.3 James Cloos (4): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Add missing PHONY line for automatic ChangeLog generation Noah Levitt (1): Handle WM_DELETE_WINDOW git tag: xev-1.0.3 http://xorg.freedesktop.org/archive/individual/app/xev-1.0.3.tar.bz2 MD5: a9532c3d1683c99bb5df1895cb3a60b1 xev-1.0.3.tar.bz2 SHA1: 7dccb225ed41bb468299b89485ea2c004854ea95 xev-1.0.3.tar.bz2 http://xorg.freedesktop.org/archive/individual/app/xev-1.0.3.tar.gz MD5: 0c448b9f901e...
2007 Apr 10
6
Fullscreen windows(videos) and Compiz
I worte in my last mail that when I ue compiz git fullscreen videos are no longer ontop of the gnome-panel... that means that the gnome-panel is still visible while playing the video in fullscreen. The commit which I said may caused it has nothing to do with it compiz does not build if I revert it). again with older compiz and metacity it works fine. (now I am running 20070316). Anyone else wiith
2010 May 28
0
Wine release 1.2-rc2
...rEvents, IExplorerPaneVisibility and IExplorerBrowser interface declarations and related GUID's. include: Add ICommDlgBrowser2 and ICommDlgBrowser3 interfaces. Dmitry Timoshkov (1): winex11.drv: Simulate pressing Alt+F4 instead of clicking the caption Close button when handling the WM_DELETE_WINDOW event. Dylan Smith (4): richedit: Missing HeapFree in WM_IME_COMPOSITION. (Smatch). richedit: Commit undo items after modifications in WM_IME_COMPOSITION. richedit: Simplify redundant code in WM_IME_COMPOSITION. richedit: Fix assignment to wrong variable (LLVM/Clang). Gera...
2009 Sep 25
0
Wine release 1.1.30
...twain_32/tests: Avoid a Dialog from a DS when the scanner is not connected. advapi32: Don't use -1 as dstlen in WideCharToMultiByte. advapi32: Don't use -1 as dstlen in MultiByteToWideChar. Dmitry Timoshkov (4): riched20: Make vtables const. winex11.drv: Handle WM_DELETE_WINDOW by simulating clicking the caption Close button. user32: Send the same lParam with WM_SYSCOMMAND/SC_CLOSE as was received with WM_NCLBUTTONDOWN. ntdll: RtlpNtQueryValueKey takes 5 parameters. Dylan Smith (1): richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED. Er...