diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-03-02 14:21:40 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-03-02 14:21:40 +0000 |
commit | d995fe631a5706de93a05fda498333442af3d207 (patch) | |
tree | 408b597c04f7b3277e03274ad34ce2a1ed47d53c /hw/xnest/XNWindow.h | |
parent | 3f79c5eefc0d62d3a9b095472cd75b446ba2a56e (diff) |
xc/programs/Xserver/hw/xnest/Screen.c
xc/programs/Xserver/hw/xnest/Window.c
//bugs.freedesktop.org/show_bug.cgi?id=2546) attachment #2005
(https://bugs.freedesktop.org/attachment.cgi?id=2005): Fix Xnest to
update the shape regions in the backend server whenever a client
changes them in Xnest (the fix is to add a new wrapper which calls
|xnestShapeWindow()| before calling |miSetShape()|). Patch by Mark
McLoughlin <mark@skynet.ie>
Diffstat (limited to 'hw/xnest/XNWindow.h')
-rw-r--r-- | hw/xnest/XNWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xnest/XNWindow.h b/hw/xnest/XNWindow.h index cc49b2343..3a57646a7 100644 --- a/hw/xnest/XNWindow.h +++ b/hw/xnest/XNWindow.h @@ -73,6 +73,7 @@ void xnestClipNotify(WindowPtr pWin, int dx, int dy); void xnestWindowExposures(WindowPtr pWin, RegionPtr pRgn, RegionPtr other_exposed); #ifdef SHAPE +void xnestSetShape(WindowPtr pWin); void xnestShapeWindow(WindowPtr pWin); #endif /* SHAPE */ |