projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef91e6
)
Add frame and destroy signals to output
author
Chris Michael
<devilhorns@comcast.net>
Sun, 9 Jun 2013 17:34:55 +0000
(18:34 +0100)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_output.h
b/src/bin/e_wayland/e_output.h
index ccc7ef3b8933af3e82c32ffd1b1d13132c30c5a2..74122d554842062974b78676a5f6d016c5f419b0 100644
(file)
--- a/
src/bin/e_wayland/e_output.h
+++ b/
src/bin/e_wayland/e_output.h
@@
-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);