Searched refs:ForceIcon (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h217 short ForceIcon; /* force the icon to the user specified */ member in struct:ScreenInfo
H A Dicons.c332 /* now go through the steps to get an icon window, if ForceIcon is
336 if (Scr->ForceIcon) {
375 * that could mean that ForceIcon was not set, or that the window
398 * if ForceIcon is not set
400 if (pm == None && !Scr->ForceIcon) {
H A Dparse.c641 Scr->ForceIcon = TRUE;
H A Dtwm.c743 Scr->ForceIcon = FALSE;
/xsrc/external/mit/ctwm/dist/
H A Dicons.c488 /* now go through the steps to get an icon window, if ForceIcon is
492 if(Scr->ForceIcon) {
512 * that could mean that ForceIcon was not set, or that the window
557 * if ForceIcon is not set
559 if(image == NULL && !Scr->ForceIcon) {
1222 bool saveForceIcon = Scr->ForceIcon;
1223 Scr->ForceIcon = true;
1225 Scr->ForceIcon = saveForceIcon;
H A Dscreen.h806 bool ForceIcon; ///< ForceIcons config var member in struct:ScreenInfo
H A Dctwm_main.c1192 scr->ForceIcon = false;
H A Dparse_be.c594 Scr->ForceIcon = true;
H A DCHANGES.md1978 * ForceIcon works for Xpm icons.

Completed in 20 milliseconds