aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrameTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 14:17:18 (GMT)
committerfluxgen <fluxgen>2003-07-10 14:17:18 (GMT)
commit55f4857ea97393996eb266f86e1c69030fef0dcf (patch)
treecba8a794489bf5cb8f44581216f380fcbfdd5cf5 /src/FbWinFrameTheme.cc
parentaf1d8d9a8a033b4dcc44aff67f00e959ed5dfe4f (diff)
downloadfluxbox_paul-55f4857ea97393996eb266f86e1c69030fef0dcf.zip
fluxbox_paul-55f4857ea97393996eb266f86e1c69030fef0dcf.tar.bz2
changed menu.shape to menu.roundCorners
Diffstat (limited to 'src/FbWinFrameTheme.cc')
-rw-r--r--src/FbWinFrameTheme.cc4
1 files changed, 2 insertions, 2 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();