Searched refs:wShaped (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h206 bool wShaped; ///< This window is Shape'd member in struct:TwmWindow
H A Dwin_decorations.c207 reShape = tmp_win->wShaped;
236 if(!tmp_win->wShaped) {
514 if(tmp->wShaped) {
H A Dadd_window.c1704 tmp_win->wShaped = boundingShaped;
H A Devent_handlers.c3864 if(!Tmp_win->wShaped && sev->shaped) {
3868 Tmp_win->wShaped = sev->shaped;
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h301 short wShaped; /* this window has a bounding shape */ member in struct:TwmWindow
H A Dresize.c803 reShape = (tmp_win->wShaped ? TRUE : FALSE);
814 if (!tmp_win->wShaped)
1022 if (tmp->wShaped) {
H A Devents.c2393 if (!Tmp_win->wShaped && sev->shaped) {
2396 Tmp_win->wShaped = (short) sev->shaped;
H A Dadd_window.c906 tmp_win->wShaped = (short) boundingShaped;

Completed in 21 milliseconds