seat: don't break in notify_output_create

If more than one input device maps to the new output, then we need
to map all devices to that output... not just the first device.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77576

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
U. Artie Eoff
2014-04-17 07:53:26 -07:00
committed by Kristian Høgsberg
parent 161c6c5694
commit f4ad19a177
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -320,7 +320,6 @@ notify_output_create(struct wl_listener *listener, void *data)
if (device->output_name &&
strcmp(output->name, device->output_name) == 0) {
evdev_device_set_output(device, output);
break;
}
}
-1
View File
@@ -363,7 +363,6 @@ notify_output_create(struct wl_listener *listener, void *data)
if (device->output_name &&
strcmp(output->name, device->output_name) == 0) {
evdev_device_set_output(device, output);
break;
}
}