Elm win: Fix eo type errors.
authorTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 15:17:29 +0000 (16:17 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 16:15:28 +0000 (17:15 +0100)
src/lib/elementary/elm_win.eo

index 0dd7c4a..3ec04e3 100644 (file)
@@ -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