diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-02-28 04:59:18 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-02-28 04:59:18 +0000 |
commit | 93485fde3f0c65efc26cd23fd5671db74e2027fa (patch) | |
tree | 7ec2afa83261ac41f644623a506cf9a8f5fe70fe /src/bin/main.h | |
parent | 996bec49c91e43262c4f72c3015f2d110ef611be (diff) |
add fullscreen option for a fair number of engines - didnt do xcb - more work
:(
SVN revision: 46636
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index d6b946a..90ff32d 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -87,6 +87,7 @@ extern "C" | |||
87 | extern Evas *evas; | 87 | extern Evas *evas; |
88 | extern int win_w, win_h; | 88 | extern int win_w, win_h; |
89 | extern int loops; | 89 | extern int loops; |
90 | extern int fullscreen; | ||
90 | 91 | ||
91 | typedef struct _Expedite_Resolution Expedite_Resolution; | 92 | typedef struct _Expedite_Resolution Expedite_Resolution; |
92 | typedef struct _Expedite_Engine Expedite_Engine; | 93 | typedef struct _Expedite_Engine Expedite_Engine; |