Home
last modified time | relevance | path

Searched refs:boundingShaped (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dadd_window.c100 int boundingShaped = False; in check_aswindow_shaped() local
105 &boundingShaped, &dumm, &dumm, &udumm, &udumm, in check_aswindow_shaped()
108 if (boundingShaped) in check_aswindow_shaped()
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A Dshapeproto.h143 CARD8 boundingShaped; /* window has bounding shape */ member
/dports/net/tightvnc/vnc_unixsrc/Xvnc/include/extensions/
H A Dshapestr.h141 CARD8 boundingShaped; /* window has bounding shape */ member
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dadd_window.c161 int boundingShaped, clipShaped; in AddWindow() local
165 &boundingShaped, &xws, &yws, &wws, &hws, in AddWindow()
167 tmp_win->wShaped = boundingShaped; in AddWindow()
H A Devents.c1251 int boundingShaped, clipShaped; in HandleConfigureRequest() local
1253 XShapeQueryExtents (dpy, Tmp_win->w,&boundingShaped, &xws, &yws, &wws, in HandleConfigureRequest()
1255 Tmp_win->wShaped = boundingShaped; in HandleConfigureRequest()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dcanvas.c643 Bool boundingShaped = False; in check_canvas_shaped() local
651 &boundingShaped, &dumm, &dumm, &udumm, &udumm, in check_canvas_shaped()
655 return boundingShaped; in check_canvas_shaped()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dadd_window.c1626 int boundingShaped, clipShaped; in AddWindow() local
1630 &boundingShaped, &xws, &yws, &wws, &hws, in AddWindow()
1632 tmp_win->wShaped = boundingShaped; in AddWindow()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Devents.c1326 int boundingShaped, clipShaped; in configure_request() local
1328 XShapeQueryExtents(dpy, win->w, &boundingShaped, &xws, &yws, &wws, in configure_request()
1330 win->wShaped = boundingShaped; in configure_request()
H A Dwindows.c697 int boundingShaped, clipShaped; in add_window() local
752 &boundingShaped, &xws, &yws, &wws, &hws, in add_window()
754 tmp_win->wShaped = boundingShaped; in add_window()
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dadd_window.c887 int boundingShaped, clipShaped; in AddWindow() local
891 &boundingShaped, &xws, &yws, &wws, &hws, in AddWindow()
893 tmp_win->wShaped = (short) boundingShaped; in AddWindow()
/dports/x11-wm/piewm/piewm-1.04/
H A Dadd_window.c567 int boundingShaped, clipShaped; in AddWindow() local
571 &boundingShaped, &xws, &yws, &wws, &hws, in AddWindow()
573 tmp_win->wShaped = boundingShaped; in AddWindow()
/dports/x11-wm/tvtwm/tvtwm/
H A Dadd_window.c579 int boundingShaped, clipShaped; local
583 &boundingShaped, &xws, &yws, &wws, &hws,
585 tmp_win->wShaped = boundingShaped;
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmclient.cc784 Bool boundingShaped = False, clipShaped; in queryShape() local
787 &boundingShaped, &xws, &yws, &wws, &hws, in queryShape()
790 fShaped = boundingShaped; in queryShape()
/dports/x11/libXext/libXext-1.3.4/src/
H A DXShape.c371 *bShaped = rep.boundingShaped; in XShapeQueryExtents()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/mwm/
H A DWmCDecor.c1061 int boundingShaped, clipShaped; in AdoptClient() local
1065 &boundingShaped, &xws, &yws, &wws, &hws, in AdoptClient()
1067 pcd->wShaped = boundingShaped; in AdoptClient()
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dadd_window.c804 int boundingShaped, clipShaped; in AddWindow() local
807 …XShapeQueryExtents(dpy, tmp_win->w, &boundingShaped, &xws, &yws, &wws, &hws, &clipShaped, &xbs, &y… in AddWindow()
808 tmp_win->wShaped = boundingShaped; in AddWindow()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dadd_window.c2005 int boundingShaped; in setup_style_and_decor() local
2012 dpy, FW_W(fw), &boundingShaped, &i, &i, &u, &u, &b, in setup_style_and_decor()
2015 fw->wShaped = boundingShaped; in setup_style_and_decor()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dadd_window.c2035 int boundingShaped; in setup_style_and_decor() local
2042 dpy, FW_W(fw), &boundingShaped, &i, &i, &u, &u, &b, in setup_style_and_decor()
2045 fw->wShaped = boundingShaped; in setup_style_and_decor()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dclient.c1482 int boundingShaped, clipShaped; in clientCheckShape() local
1488 boundingShaped = 0; in clientCheckShape()
1493 XShapeQueryExtents (display_info->dpy, c->window, &boundingShaped, &xws, &yws, &wws, in clientCheckShape()
1496 return (boundingShaped != 0); in clientCheckShape()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/Xext/
H A Dshape.c565 rep.boundingShaped = (wBoundingShape(pWin) != 0);
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/Xext/
H A Dshape.c639 .boundingShaped = (wBoundingShape(pWin) != 0), in ProcShapeQueryExtents()
/dports/x11-servers/xephyr/xorg-server-1.20.13/Xext/
H A Dshape.c639 .boundingShaped = (wBoundingShape(pWin) != 0), in ProcShapeQueryExtents()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/Xext/
H A Dshape.c639 .boundingShaped = (wBoundingShape(pWin) != 0), in ProcShapeQueryExtents()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/Xext/
H A Dshape.c639 .boundingShaped = (wBoundingShape(pWin) != 0), in ProcShapeQueryExtents()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/Xext/
H A Dshape.c639 .boundingShaped = (wBoundingShape(pWin) != 0), in ProcShapeQueryExtents()

12