HomeSort by: relevance | last modified time | path
    Searched refs:ForceIcon (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
screen.h 217 short ForceIcon; /* force the icon to the user specified */
icons.c 332 /* 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) {
parse.c 641 Scr->ForceIcon = TRUE;
twm.c 743 Scr->ForceIcon = FALSE;
  /xsrc/external/mit/ctwm/dist/
icons.c 488 /* 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;
screen.h 806 bool ForceIcon; ///< ForceIcons config var
ctwm_main.c 1192 scr->ForceIcon = false;
parse_be.c 594 Scr->ForceIcon = true;

Completed in 12 milliseconds