Elm win: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:17:29 +01:00
parent 79cbfd7c23
commit f8dbd98e84
1 changed files with 8 additions and 0 deletions

View 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