equal
deleted
inserted
replaced
19 |
19 |
20 #ifndef GLXFULLSCREENSTATE_H |
20 #ifndef GLXFULLSCREENSTATE_H |
21 #define GLXFULLSCREENSTATE_H |
21 #define GLXFULLSCREENSTATE_H |
22 |
22 |
23 #include <glxbasestate.h> |
23 #include <glxbasestate.h> |
24 |
|
25 typedef enum |
|
26 { |
|
27 NO_FULLSCREEN_S, |
|
28 EXTERNAL_S, |
|
29 IMAGEVIEWER_S //don't add any state before this |
|
30 } FullScreenState; |
|
31 |
24 |
32 class GlxFullScreenState : public GlxState |
25 class GlxFullScreenState : public GlxState |
33 { |
26 { |
34 public : |
27 public : |
35 GlxFullScreenState(GlxState *preState = NULL); |
28 GlxFullScreenState(GlxState *preState = NULL); |