mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
Make extra timeout edge resistance apply even if one edge already
2006-01-09 Elijah Newren <newren@gmail.com> * src/edge-resistance.c (apply_edge_resistance): Make extra timeout edge resistance apply even if one edge already offscreen. Fixes another of the zillions of issues covered in #321905.
This commit is contained in:
parent
9516694385
commit
35532d14cb
@ -1,3 +1,9 @@
|
|||||||
|
2006-01-09 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* src/edge-resistance.c (apply_edge_resistance): Make extra
|
||||||
|
timeout edge resistance apply even if one edge already offscreen.
|
||||||
|
Fixes another of the zillions of issues covered in #321905.
|
||||||
|
|
||||||
2006-01-09 Elijah Newren <newren@gmail.com>
|
2006-01-09 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
Allow edge resistance at both sides of a window and also when
|
Allow edge resistance at both sides of a window and also when
|
||||||
|
@ -495,11 +495,9 @@ apply_edge_resistance (MetaWindow *window,
|
|||||||
timeout_length_ms = TIMEOUT_RESISTANCE_LENGTH_MS_WINDOW;
|
timeout_length_ms = TIMEOUT_RESISTANCE_LENGTH_MS_WINDOW;
|
||||||
break;
|
break;
|
||||||
case META_EDGE_XINERAMA:
|
case META_EDGE_XINERAMA:
|
||||||
if (window->require_on_single_xinerama)
|
|
||||||
timeout_length_ms = TIMEOUT_RESISTANCE_LENGTH_MS_XINERAMA;
|
timeout_length_ms = TIMEOUT_RESISTANCE_LENGTH_MS_XINERAMA;
|
||||||
break;
|
break;
|
||||||
case META_EDGE_SCREEN:
|
case META_EDGE_SCREEN:
|
||||||
if (window->require_fully_onscreen)
|
|
||||||
timeout_length_ms = TIMEOUT_RESISTANCE_LENGTH_MS_SCREEN;
|
timeout_length_ms = TIMEOUT_RESISTANCE_LENGTH_MS_SCREEN;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user