Searched refs:shaped (Results 1 - 11 of 11) sorted by path

/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md2135 1. Ctwm now handle shaped colored icons in XPM format. This added the
H A Devent_handlers.c3864 if(!Tmp_win->wShaped && sev->shaped) {
3868 Tmp_win->wShaped = sev->shaped;
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc21 titlebars, shaped windows, virtual screens (workspaces),
28 window manager. In addition, ctwm can use coloured, shaped icons
/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dshape.h46 Bool shaped; /* true if the region exists */ member in struct:__anon340547ea0108
/xsrc/external/mit/libXext/dist/src/
H A DXShape.c106 se->shaped = True;
107 if (sevent->shaped == xFalse)
108 se->shaped = False;
/xsrc/external/mit/twm/dist/
H A DREADME.md5 titlebars, shaped windows, several forms of icon management,
/xsrc/external/mit/twm/dist/src/
H A Devents.c2393 if (!Tmp_win->wShaped && sev->shaped) {
2396 Tmp_win->wShaped = (short) sev->shaped;
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c87 Bool shaped; member in struct:_win
1453 new->shaped = False;
1595 if (!w->shaped)
1802 (se->shaped == True) ? "true" : "false",
1811 if (se->shaped == True)
1813 w->shaped = True;
1821 w->shaped = False;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c846 BYTE shaped; local in function:SendShapeNotify
858 shaped = xTrue;
864 shaped = xFalse;
871 shaped = xTrue;
877 shaped = xFalse;
884 shaped = xTrue;
890 shaped = xFalse;
905 se.shaped = shaped;
1097 to->shaped
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c831 BYTE shaped; local in function:SendShapeNotify
843 shaped = xTrue;
850 shaped = xFalse;
857 shaped = xTrue;
864 shaped = xFalse;
871 shaped = xTrue;
878 shaped = xFalse;
895 .shaped = shaped
1089 to->shaped
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dshapeproto.h179 BYTE shaped; /* set when a shape actual exists */ member in struct:_ShapeNotify

Completed in 28 milliseconds