Fix X button and keycodes

Not a real fix, we're just mapping them to evdev codes for now.
This commit is contained in:
Kristian Høgsberg 2010-06-14 12:53:43 -04:00
parent ce5325d3ed
commit f9112b2de0
2 changed files with 5 additions and 10 deletions

View file

@ -656,8 +656,6 @@ notify_button(struct wlsc_input_device *device,
struct wlsc_compositor *compositor = device->ec;
int32_t sx, sy;
fprintf(stderr, "notify button: button %d, state %d\n", button, state);
surface = pick_surface(device, &sx, &sy);
if (surface) {
if (state) {