Add frame and destroy signals to output
authorChris Michael <devilhorns@comcast.net>
Sun, 9 Jun 2013 17:34:55 +0000 (18:34 +0100)
committerChris Michael <devilhorns@comcast.net>
Sun, 9 Jun 2013 17:34:55 +0000 (18:34 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_output.h

index ccc7ef3b8933af3e82c32ffd1b1d13132c30c5a2..74122d554842062974b78676a5f6d016c5f419b0 100644 (file)
@@ -44,6 +44,12 @@ struct _E_Output
         struct wl_global *global;
      } wl;
 
+   struct 
+     {
+        struct wl_signal frame;
+        struct wl_signal destroy;
+     } signals;
+
    /* TODO: add backlight and dpms support */
 
    void (*cb_repaint_start)(E_Output *output);