commit 4eb8401

Michael Forney  ·  2013-12-14 02:28:53 +0000 UTC
parent f8ab5ed
Remove unused region
1 files changed,  +0, -6
+0, -6
 1@@ -174,12 +174,6 @@ static void handle_focus(struct swc_pointer * pointer)
 2 
 3     wl_list_for_each(surface, &compositor->surfaces, link)
 4     {
 5-        pixman_region32_t region;
 6-
 7-        pixman_region32_init_rect
 8-            (&region, surface->geometry.x, surface->geometry.y,
 9-             surface->geometry.width, surface->geometry.height);
10-
11         x = wl_fixed_to_int(pointer->x);
12         y = wl_fixed_to_int(pointer->y);
13