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

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h244 short ClientBorderWidth; /* respect client window border width */ member in struct:ScreenInfo
H A Dtwm.c770 Scr->ClientBorderWidth = FALSE;
856 if (!Scr->ClientBorderWidth) {
868 if (!Scr->ClientBorderWidth) {
H A Dadd_window.c340 if (Scr->ClientBorderWidth) {
730 if (!Scr->ClientBorderWidth) { /* need to adjust for twm borders */
H A Dparse.c708 Scr->ClientBorderWidth = TRUE;
H A Devents.c2342 if (bwdelta && Scr->ClientBorderWidth) { /* if change allowed */
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h897 bool ClientBorderWidth; ///< ClientBorderWidth config var member in struct:ScreenInfo
H A Dctwm_main.c673 Scr->ClientBorderWidth = false;
1247 scr->ClientBorderWidth = false;
H A Dadd_window.c513 * - ClientBorderWidth tells us to use the XWindowAttributes
534 else if(Scr->ClientBorderWidth) {
1311 if(!Scr->ClientBorderWidth) {
H A Dparse_be.c679 Scr->ClientBorderWidth = true;
H A Devent_handlers.c3790 if(bwdelta && Scr->ClientBorderWidth) { /* if change allowed */
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc599 all client window frames if `ClientBorderWidth` has not been specified.
630 ClientBorderWidth::
1905 Setting this automatically unsets `ClientBorderWidth`.

Completed in 25 milliseconds