diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbWinFrameTheme.cc | 4 | ||||
-rw-r--r-- | src/MenuTheme.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index c084748..7d439f3 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrameTheme.cc,v 1.5 2003/07/10 11:38:12 fluxgen Exp $ | 22 | // $Id: FbWinFrameTheme.cc,v 1.6 2003/07/10 14:17:18 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrameTheme.hh" | 24 | #include "FbWinFrameTheme.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -57,7 +57,7 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num): | |||
57 | 57 | ||
58 | m_font(*this, "window.font", "Window.Font"), | 58 | m_font(*this, "window.font", "Window.Font"), |
59 | m_textjustify(*this, "window.justify", "Window.Justify"), | 59 | m_textjustify(*this, "window.justify", "Window.Justify"), |
60 | m_shape_place(*this, "window.shape", "Window.Shape") { | 60 | m_shape_place(*this, "window.roundCorners", "Window.RoundCorners") { |
61 | 61 | ||
62 | // create GCs | 62 | // create GCs |
63 | Display *disp = FbTk::App::instance()->display(); | 63 | Display *disp = FbTk::App::instance()->display(); |
diff --git a/src/MenuTheme.cc b/src/MenuTheme.cc index ff9b639..b06e489 100644 --- a/src/MenuTheme.cc +++ b/src/MenuTheme.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: MenuTheme.cc,v 1.1 2003/07/10 11:52:47 fluxgen Exp $ | 22 | // $Id: MenuTheme.cc,v 1.2 2003/07/10 14:16:11 fluxgen Exp $ |
23 | 23 | ||
24 | #include "MenuTheme.hh" | 24 | #include "MenuTheme.hh" |
25 | #include "StringUtil.hh" | 25 | #include "StringUtil.hh" |
@@ -51,6 +51,6 @@ void FbTk::ThemeItem<Shape::ShapePlace>::setFromString(const char *str) { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), | 53 | MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), |
54 | m_shapeplace(*this, "menu.shape", "Menu.Shape") { | 54 | m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") { |
55 | *m_shapeplace = Shape::NONE; | 55 | *m_shapeplace = Shape::NONE; |
56 | } | 56 | } |