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:
e0df793
)
Change wl_surface to a wl_resource
author
Chris Michael
<devilhorns@comcast.net>
Fri, 7 Jun 2013 17:33:54 +0000
(18:33 +0100)
committer
Chris Michael
<devilhorns@comcast.net>
Fri, 7 Jun 2013 17:33:54 +0000
(18:33 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_surface.h
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_surface.h
b/src/bin/e_wayland/e_surface.h
index 694f45c7f389476f8cf8bc286004daca4d2fd035..9d27ffd308ca0856752213b7789284e3192ef079 100644
(file)
--- a/
src/bin/e_wayland/e_surface.h
+++ b/
src/bin/e_wayland/e_surface.h
@@
-11,7
+11,7
@@
struct _E_Surface
{
struct
{
- struct wl_
surface surfa
ce;
+ struct wl_
resource resour
ce;
struct wl_list link;
} wl;