diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 80791ba..7cdf9bb 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -67,7 +67,9 @@ public: | |||
67 | BOTTOMLEFT, BOTTOM, BOTTOMRIGHT, | 67 | BOTTOMLEFT, BOTTOM, BOTTOMRIGHT, |
68 | // left and right placement | 68 | // left and right placement |
69 | LEFTBOTTOM, LEFT, LEFTTOP, | 69 | LEFTBOTTOM, LEFT, LEFTTOP, |
70 | RIGHTBOTTOM, RIGHT, RIGHTTOP | 70 | RIGHTBOTTOM, RIGHT, RIGHTTOP, |
71 | |||
72 | DEFAULT = TOPLEFT | ||
71 | }; | 73 | }; |
72 | 74 | ||
73 | /// create a top level window | 75 | /// create a top level window |