Commit f48e2da3 authored by Ulrich Sibiller's avatar Ulrich Sibiller

miwindow.c: mark NX changes

parent 1bd78de5
......@@ -1037,6 +1037,7 @@ miSetShape(pWin)
(pWin, 0, 0, pOldClip,
pWin->drawable.x, pWin->drawable.y);
#ifdef NXAGENT_SERVER
/*
* Applies to NXAGENT_SERVER builds:
*
......@@ -1056,6 +1057,9 @@ miSetShape(pWin)
*/
if (WasViewable && pOldClip)
#else
if (WasViewable)
#endif
RegionDestroy(pOldClip);
if (bsExposed)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment