projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cbfd7
)
Elm win: Fix eo type errors.
author
Tom Hacohen
<tom@stosb.com>
Tue, 19 Apr 2016 15:17:29 +0000
(16:17 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Tue, 19 Apr 2016 16:15:28 +0000
(17:15 +0100)
src/lib/elementary/elm_win.eo
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elm_win.eo
b/src/lib/elementary/elm_win.eo
index
0dd7c4a
..
3ec04e3
100644
(file)
--- a/
src/lib/elementary/elm_win.eo
+++ b/
src/lib/elementary/elm_win.eo
@@
-1,3
+1,11
@@
+/* FIXME: Shouldn't be here. */
+type Ecore_Evas: __undefined_type;
+type Ecore_X_Window: __undefined_type;
+type Ecore_Wl2_Window: __undefined_type;
+type Ecore_Cocoa_Window: __undefined_type;
+type Ecore_Win32_Window: __undefined_type;
+type Ecore_Window: __undefined_type;
+
enum Elm.Win.Type
{
[[Defines the types of window that can be created