diff options
Diffstat (limited to 'openbox/moveresize.c')
| -rw-r--r-- | openbox/moveresize.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 1625ccf0..2d0dc3ac 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -582,19 +582,19 @@ static void edge_warp_move_ptr(void) a = screen_physical_area_all_monitors(); switch (edge_warp_dir) { - case OB_DIRECTION_NORTH: - y = a->height - 1; - break; - case OB_DIRECTION_EAST: - x = a->x; - break; - case OB_DIRECTION_SOUTH: - y = a->y; - break; - case OB_DIRECTION_WEST: - x = a->width - 1; - break; - default: + case OB_DIRECTION_NORTH: + y = a->height - 1; + break; + case OB_DIRECTION_EAST: + x = a->x; + break; + case OB_DIRECTION_SOUTH: + y = a->y; + break; + case OB_DIRECTION_WEST: + x = a->width - 1; + break; + default: g_assert_not_reached(); } |
