Propagate screen orientation changes through wayland
[profile/ivi/qtwayland.git] / src / qt-compositor / windowmanagerprotocol / wayland-windowmanager-protocol.c
index e759b3a..fcafacd 100644 (file)
@@ -32,6 +32,7 @@ static const struct wl_message wl_windowmanager_requests[] = {
 
 static const struct wl_message wl_windowmanager_events[] = {
        { "client_onscreen_visibility", "i", NULL },
+       { "set_screen_rotation", "i", NULL },
 };
 
 WL_EXPORT const struct wl_interface wl_windowmanager_interface = {