swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 4eb84015e0862ccbc6482ef78b4dfd082a811a1c
parent f8ab5edb2d102dfef49485984a833304771e0c02
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 13 Dec 2013 18:28:53 -0800

Remove unused region

Diffstat:
Mlibswc/compositor.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/libswc/compositor.c b/libswc/compositor.c @@ -174,12 +174,6 @@ static void handle_focus(struct swc_pointer * pointer) wl_list_for_each(surface, &compositor->surfaces, link) { - pixman_region32_t region; - - pixman_region32_init_rect - (&region, surface->geometry.x, surface->geometry.y, - surface->geometry.width, surface->geometry.height); - x = wl_fixed_to_int(pointer->x); y = wl_fixed_to_int(pointer->y);