search for: mapnotify

Displaying 7 results from an estimated 7 matches for "mapnotify".

Did you mean: zapnotify
2006 Jun 10
2
The menu bug...again.
Seems this nasty bug is not solved yet. This time it always pops up using qt4 apps. Try qtconfig or qtdesigner. Giovanni Masucci
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...hwidth, hheight,0,0,0); > > XSelectInput(display, window, KeyPressMask | StructureNotifyMask); > > /* Map window. */ > > XMapWindow(display, window); > > /* Wait for map. */ > do > { > XNextEvent(display, &xev); > } > while (xev.type != MapNotify || xev.xmap.event != window); > > gc = DefaultGC(display, screen); > > yuv_height = hheight; > yuv_width = hwidth; > > XvQueryAdaptors(display, RootWindow(display, screen), &numAdaptors, > &info); > for(i = 0; i < numAdaptors; i++) { > if(...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...hwidth, hheight,0,0,0); > > XSelectInput(display, window, KeyPressMask | StructureNotifyMask); > > /* Map window. */ > > XMapWindow(display, window); > > /* Wait for map. */ > do > { > XNextEvent(display, &xev); > } > while (xev.type != MapNotify || xev.xmap.event != window); > > gc = DefaultGC(display, screen); > > yuv_height = hheight; > yuv_width = hwidth; > > XvQueryAdaptors(display, RootWindow(display, screen), &numAdaptors, > &info); > for(i = 0; i < numAdaptors; i++) { > if(...
2008 Apr 03
0
[ANNOUNCE] compiz-0.7.4
...wports when a window is activated. Add option for selecting the amount of focus stealing prevention. Added screen edge trigger delay settings. Also use screen edge delays for DnD actions. Add nodelay hint to flip edges. Bump ABIVERSION. Also set w->managed on MapNotify event. Improve comment and variable name. Use passed geometry for constraining min/max size rather than server geometry. Don't send sync requests from reconfigureXWindow function. Adjust ConfigureRequest geometry for decoration size. Reference: https://bugs.freedesktop...
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
...out position information. Put switcher window to correct stack position on map. Only decrement pendingMaps variable when there are actually pending maps. Revert "Put switcher window to correct stack position on map." Use pendingMaps variable to set w->managed on MapNotify. Use timer to start decorator. Set window class and name on switcher window. Make sure kwinadaptor.h is built before it's used in the source. Add NEWS entry and bump version for 0.7.8 release. Post release version increment. Dennis Kasprzyk (11): Post releas...
2008 Mar 07
0
Wine release 0.9.57
...: Clear the NET_WM_STATE status when a window is withdrawn. winex11: Added tracking of the WM_STATE window property. winex11: Use XWithdrawWindow to unmap managed windows, and wait until they are withdrawn before mapping them again. winex11: Check the current window state on Map/UnmapNotify and ignore obsolete events. server: Unlink remaining children inodes when deleting the parent. winex11: Merge the iconification support into the SetWindowPos driver backend. user32: Moved the ShowWindow implementation from winex11 back to user32. user32: Hide the icon title...
2008 Apr 18
1
Wine release 0.9.60
...nelauncher script. tools: Remove the obsolete bug_report.pl and genpatch scripts. winex11: Abstract window map/unmap to separate functions. winex11: Add some generic support for XEMBED client windows. winex11: Get rid of the useless systray hidden flag. winex11: Fix KeymapNotify handler to take left/right modifiers into account. winex11: Added an error handler to catch bad atoms in clipboard selections. winex11: Flush the display after creating X windows. user32/tests: Avoid testing uninitialized data. programs: Remove winelauncher from install rule...