diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-01-10 17:57:25 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-01-10 17:57:25 +0000 |
commit | 6a337b0c4eb471002d2fd3f788573dc867a6ae77 (patch) | |
tree | ddc0aed3035364356edebebee747399225667897 /legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |
parent | a5695ae33327d6b82dc8fa4dee429e265df3dd83 (diff) |
* ecore/ecore_pipe.c:
fix doc
* ecore_file/Makefile.am:
add Windows cflags
* ecore_file/ecore_file_private.h:
move Evil.h so that EAPI is correctly defined
* ecore_wince:
make window_new windowed by default. other backend that gdi might have problems.
add title_set and fullscreen_set functions.
do not use aygshell features anymore for fullscreen (it's not free and not always available)
include missing config.h
* ecore_evas:
move Evas.h and Ecore_Getopt.h so that EAPI is correctly defined
add title_set and fullscreen_set functions.
SVN revision: 38540
Diffstat (limited to 'legacy/ecore/src/lib/ecore_file/ecore_file_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h index e2001f7057..0c642ae670 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_private.h +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_private.h | |||
@@ -6,13 +6,13 @@ | |||
6 | # include <features.h> | 6 | # include <features.h> |
7 | #endif | 7 | #endif |
8 | 8 | ||
9 | #include "Ecore.h" | ||
10 | #include "ecore_private.h" | ||
11 | |||
12 | #ifdef HAVE_EVIL | 9 | #ifdef HAVE_EVIL |
13 | # include <Evil.h> | 10 | # include <Evil.h> |
14 | #endif | 11 | #endif |
15 | 12 | ||
13 | #include "Ecore.h" | ||
14 | #include "ecore_private.h" | ||
15 | |||
16 | #include "Ecore_File.h" | 16 | #include "Ecore_File.h" |
17 | 17 | ||
18 | /* ecore_file_monitor */ | 18 | /* ecore_file_monitor */ |