summaryrefslogtreecommitdiff
path: root/src/eom-window.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-29 15:20:03 +0200
committerinfirit <[email protected]>2014-07-29 15:20:03 +0200
commit7963633d8b1aebf0312d68f62d327a27330f7e0c (patch)
tree57187f014ed10132f22a31d4f87c226296de4eb8 /src/eom-window.h
parent428d9dde79f643627c5218d7d9e37c23a20b2f18 (diff)
downloadeom-7963633d8b1aebf0312d68f62d327a27330f7e0c.tar.bz2
eom-7963633d8b1aebf0312d68f62d327a27330f7e0c.tar.xz
Determine collection position and size using a GSettings binding
Prepare everything for the use of GSettings' enum support for this. Based on eog commit 0c327b7ec802a07f53da04f5dc484e646548b552 From Felix Riemann <[email protected]>
Diffstat (limited to 'src/eom-window.h')
-rw-r--r--src/eom-window.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/eom-window.h b/src/eom-window.h
index 6b8b19b..8be1e67 100644
--- a/src/eom-window.h
+++ b/src/eom-window.h
@@ -57,6 +57,13 @@ typedef enum {
EOM_WINDOW_MODE_SLIDESHOW
} EomWindowMode;
+typedef enum {
+ EOM_WINDOW_COLLECTION_POS_BOTTOM,
+ EOM_WINDOW_COLLECTION_POS_LEFT,
+ EOM_WINDOW_COLLECTION_POS_TOP,
+ EOM_WINDOW_COLLECTION_POS_RIGHT
+} EomWindowCollectionPos;
+
//TODO
typedef enum {
EOM_WINDOW_ERROR_CONTROL_NOT_FOUND,