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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Drotor.c103 Boolean smallscreen; /* for iconified view */ member in struct:flightstruct
135 wassmall = fs->smallscreen;
136 fs->smallscreen = (xgwa.width < 100);
138 if (wassmall && !fs->smallscreen)
195 #define SCALEIFSMALL() if (fs->smallscreen) { \

Completed in 10 milliseconds