X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fmoveresize.c;h=2d0dc3ac02a575bd447b2ff16d1581222e30eea2;hb=f6fb70a4b95d0289aa642bc4c2dd0fba31511e94;hp=1625ccf01ccddd7aa5d0fc9036ab4c7ed5fdde14;hpb=782b2864b1cc5ffab426dfb784a973576a98de18;p=chaz%2Fopenbox 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(); }