Implemented graceful quitting of clients.
[profile/ivi/qtwayland.git] / src / compositor / windowmanagerprotocol / waylandwindowmanagerintegration.h
index aec877e..9c2fa19 100644 (file)
@@ -75,6 +75,7 @@ public:
     WaylandManagedClient *managedClient(wl_client *client) const;
 
     void setShowIsFullScreen(bool value);
+    void sendQuitMessage(wl_client *client);
 
 signals:
     void clientAuthenticated(wl_client *client);