compositor: fix whitespace error in wlsc_output_set_cursor

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
dev
Ander Conselvan de Oliveira 13 years ago committed by Kristian Høgsberg
parent 22e22a55be
commit 02924bc0b6
  1. 2
      compositor/compositor.c

@ -828,7 +828,7 @@ wlsc_output_set_cursor(struct wlsc_output *output,
pixman_region32_intersect(&cursor_region, &cursor_region, &output->region);
if (!pixman_region32_not_empty(&cursor_region)) {
output->set_hardware_cursor(output, NULL);
output->set_hardware_cursor(output, NULL);
goto out;
}

Loading…
Cancel
Save