This commit is contained in:
purplerain 2024-10-06 22:00:57 +00:00
parent 50c8bafd9f
commit ac06c97e30
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
820 changed files with 467502 additions and 386453 deletions

View file

@ -1762,7 +1762,7 @@ shape_kind(int kind)
static char buf[128];
switch(kind){
case ShapeBounding:
case ShapeBounding:
return "ShapeBounding";
case ShapeClip:
return "ShapeClip";
@ -1796,7 +1796,7 @@ shape_win (Display *dpy, XShapeEvent *se)
se->width, se->height,
se->x, se->y);
#endif
clipChanged = True;
region0 = XFixesCreateRegion (dpy, &w->shape_bounds, 1);
@ -1819,7 +1819,7 @@ shape_win (Display *dpy, XShapeEvent *se)
}
region1 = XFixesCreateRegion (dpy, &w->shape_bounds, 1);
XFixesUnionRegion (dpy, region0, region0, region1);
XFixesUnionRegion (dpy, region0, region0, region1);
XFixesDestroyRegion (dpy, region1);
/* ask for repaint of the old and new region */