Invalidate DCEs when a window region is set.
This commit is contained in:
parent
03c3b4e7e0
commit
5e82e0cb63
|
@ -1256,6 +1256,7 @@ int X11DRV_SetWindowRgn( HWND hwnd, HRGN hrgn, BOOL redraw )
|
||||||
}
|
}
|
||||||
#endif /* HAVE_LIBXSHAPE */
|
#endif /* HAVE_LIBXSHAPE */
|
||||||
|
|
||||||
|
invalidate_dce( hwnd, &data->window_rect );
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue