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

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h223 short DontMoveOff; /* don't allow windows to be moved off */ member in struct:ScreenInfo
H A Dadd_window.c513 if (Scr->DontMoveOff) {
548 /* DontMoveOff prohibits user form off-screen placement */
549 if (Scr->DontMoveOff) {
577 if (Scr->DontMoveOff) {
H A Dparse.c691 Scr->DontMoveOff = TRUE;
H A Dtwm.c749 Scr->DontMoveOff = FALSE;
H A Dmenus.c1688 if (Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
1728 if (Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
H A Devents.c1553 if (Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win_moveresize.c572 if(Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
584 if(Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
635 if(Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
647 if(Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
H A Dscreen.h812 bool DontMoveOff; ///< DontMoveOff config var member in struct:ScreenInfo
H A Dadd_window.c857 if(Scr->DontMoveOff) {
862 "DEBUG[DontMoveOff]: win: %dx%d+%d+%d, screen: %dx%d, bw2: %d, bw3D: %d\n",
878 fprintf(stderr, "DEBUG[DontMoveOff]: availableX: %d\n",
909 fprintf(stderr, "DEBUG[DontMoveOff]: availableY: %d\n",
932 "DEBUG[DontMoveOff]: win: %dx%d+%d+%d, screen: %dx%d\n",
1122 /* DontMoveOff prohibits user from off-screen placement */
1123 if(Scr->DontMoveOff) {
1140 if(Scr->DontMoveOff) {
H A DCHANGES.md74 1. Fix window placement when `DontMoveOff` is enabled without 3D borders.
770 1. `DontMoveOff` patch (by Björn Knutsson)
772 Change the behavior of `DontMoveOff` / `MoveOffResistance` so that
777 DontMoveOff, but now with the ability to move a window off screen
780 1. Random placement and DontMoveOff patch (by Björn Knutsson, changed)
782 When random placement was used, DontMoveOff wasn't honored.
908 1. Correct DontMoveOff
910 The DontMoveOff checks when calculating random placement wasn't
H A Dctwm_main.c1198 scr->DontMoveOff = false;
H A Dparse_be.c653 Scr->DontMoveOff = true;
H A Dmenus.c1591 if(Scr->DontMoveOff) {
H A Dworkspace_manager.c1316 * Clip to the screen if DontMoveOff is set.
1322 if(Scr->DontMoveOff) {
H A Devent_handlers.c2307 if(Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
2320 if(Scr->DontMoveOff && MoveFunction != F_FORCEMOVE) {
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc534 f.move with DontMoveOff, etc...) will consider this zone as offscreen.
559 f.move with DontMoveOff, etc...) will consider this zone as offscreen.
570 f.move with DontMoveOff, etc...) will consider this zone as offscreen.
594 f.move with DontMoveOff, etc...) will consider this zone as offscreen.
768 DontMoveOff::
1244 If `pixels` is positive, `DontMoveOff` will only prevent
1246 go further, `DontMoveOff` gives up and lets you go as far as you wish.
1247 `f.forcemove` still allows you to totally ignore `DontMoveOff`.
2548 This function is like `f.move` except that it ignores the `DontMoveOff`

Completed in 37 milliseconds