Handle shell.move using a grab object

This commit is contained in:
Kristian Høgsberg 2010-12-07 13:30:18 -05:00
parent fc9c28adc0
commit 6d65d5f4d4
2 changed files with 57 additions and 23 deletions

View file

@ -89,7 +89,7 @@ struct wl_grab_interface {
};
struct wl_grab {
struct wl_grab_interface *interface;
const struct wl_grab_interface *interface;
struct wl_input_device *input_device;
};