Displaying 2 results from an estimated 2 matches for "mapwindow".
Did you mean:
xmapwindow
2006 Oct 13
1
[PATCH] Extra Notifications
...w->attrib.border_width);
+
+ (*w->screen->windowCreateNotify) (w);
}
void
@@ -1819,6 +1821,8 @@ removeWindow (CompWindow *w)
void
destroyWindow (CompWindow *w)
{
+ (*w->screen->windowDestroyNotify) (w);
+
w->id = 1;
w->mapNum = 0;
@@ -1943,6 +1947,8 @@ mapWindow (CompWindow *w)
w->attrib.width, ++w->attrib.height - 1,
w->attrib.border_width);
}
+
+ (*w->screen->windowMapNotify) (w);
}
void
@@ -1984,6 +1990,8 @@ unmapWindow (CompWindow *w)
updateWorkareaForScreen (w->screen);
updateClientListForScreen (w-&g...
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...ve %M expansion from config parser
dri1: Remove "buffers" from the config logic
xfree86: Drop linux libc5 support from the SIGIO code
ddc: Don't probe for DDC/CI or EEPROM
composite: Don't backfill non-bg-None windows
composite: Don't backfill non-MapWindow allocations
composite: Move the backfill comment to a more appropriate indent level
randr: Remove mirandr
shadow: Optimize shadowUpdatePacked(). (#26973)
linux: Fix CPU usage bug in console fd flushing
xfree86: apply gamma settings on EnterVT.
glx: Remove swap ba...