all repos — fluxbox @ 55f4857ea97393996eb266f86e1c69030fef0dcf

custom fork of the fluxbox windowmanager

changed menu.shape to menu.roundCorners
fluxgen fluxgen
commit

55f4857ea97393996eb266f86e1c69030fef0dcf

parent

af1d8d9a8a033b4dcc44aff67f00e959ed5dfe4f

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M src/FbWinFrameTheme.ccsrc/FbWinFrameTheme.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWinFrameTheme.cc,v 1.5 2003/07/10 11:38:12 fluxgen Exp $ +// $Id: FbWinFrameTheme.cc,v 1.6 2003/07/10 14:17:18 fluxgen Exp $ #include "FbWinFrameTheme.hh" #include "App.hh"

@@ -57,7 +57,7 @@ m_button_unfocus_color(*this, "window.button.unfocus.picColor", "Window.Button.Unfocus.PicColor"),

m_font(*this, "window.font", "Window.Font"), m_textjustify(*this, "window.justify", "Window.Justify"), - m_shape_place(*this, "window.shape", "Window.Shape") { + m_shape_place(*this, "window.roundCorners", "Window.RoundCorners") { // create GCs Display *disp = FbTk::App::instance()->display();
M src/MenuTheme.ccsrc/MenuTheme.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: MenuTheme.cc,v 1.1 2003/07/10 11:52:47 fluxgen Exp $ +// $Id: MenuTheme.cc,v 1.2 2003/07/10 14:16:11 fluxgen Exp $ #include "MenuTheme.hh" #include "StringUtil.hh"

@@ -51,6 +51,6 @@ *(*this) = static_cast<Shape::ShapePlace>(places);

} MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), - m_shapeplace(*this, "menu.shape", "Menu.Shape") { + m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") { *m_shapeplace = Shape::NONE; }