Displaying 4 results from an estimated 4 matches for "destroynotify".
Did you mean:
gdestroynotify
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...ce 3 where of course
no further clicks can come from. That's the nuisance part.
The second problem is that the device may try to plot() 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 clie...
2006 Dec 28
2
updating the AUTHORS file
...xes the KDE "show desktop" applet.) Also,
don't allow a client to change its _NET_WM_DESKTOP.
Set _NET_WM_DESKTOP on all windows to 0; KDE's pager and tasklist
require this to be set. (bnc 178320)
call moveInputFocusToOtherWindow() before destroyWindow() when
processing a DestroyNotify, or else the input focus can get stranded.
Check libwnck for wnck_window_has_name (new in HEAD).
#if HAVE_WNCK_WINDOW_HAS_NAME, redefine wnck_window_get_name to
return NULL if the window only has a fallback name. bnc 173059.
use ss->windows here as well so that multiple activeNum==...
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
...;t use mipmap for icons.
ring: Paint icons at the same size.
shift: Paint icons at the same size. Use the largest icon.
shift: Fix icon transparency in big overlay icon mode.
shift, ring: End "activate" compiz event correctly.
animation: Use correct window on DestroyNotify.
animation: Prevent open/close animations when certain plugins are
active.
staticswitcher: Prevent simultaneous plugin uses that don't make
sense.
ring,staticswitcher: Correct plugin name used in compiz event.
ring,shift,staticswitcher: Fix crash when a...
2008 Mar 07
0
Wine release 0.9.57
...11: Retrieve the current window placement in MapNotify before modifying it.
ntdll: Fixed handling of fake dlls when loading a builtin. Reported by Jacek Caban.
user32/tests: Make the initial timeout longer in flush_events() for machines with slower round-trip times.
winex11: Add a DestroyNotify handler to catch a situation that is not supposed to happen.
winex11: Wait for a window to move out of withdrawn state before withdrawing it again.
winex11: Don't set the fullscreen hint on maximized windows.
user32: Moved Cascade/TileChildWindows16 to wnd16.c.
user32: A...