diff options
-rw-r--r-- | src/examples/evas/evas_cxx_rectangle.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/examples/evas/evas_cxx_rectangle.cc b/src/examples/evas/evas_cxx_rectangle.cc index d41902f109..9054164b8a 100644 --- a/src/examples/evas/evas_cxx_rectangle.cc +++ b/src/examples/evas/evas_cxx_rectangle.cc | |||
@@ -1,4 +1,6 @@ | |||
1 | 1 | ||
2 | // Example disabled while Eo Evas API is still rapidly changing | ||
3 | #if 0 | ||
2 | #include <iostream> | 4 | #include <iostream> |
3 | 5 | ||
4 | #ifdef HAVE_CONFIG_H | 6 | #ifdef HAVE_CONFIG_H |
@@ -54,3 +56,8 @@ int main() | |||
54 | ::ecore_evas_shutdown(); | 56 | ::ecore_evas_shutdown(); |
55 | return 0; | 57 | return 0; |
56 | } | 58 | } |
59 | #else | ||
60 | int main() | ||
61 | { | ||
62 | } | ||
63 | #endif | ||