all repos — openbox @ 285db844e6bbbd633a3e2a31c87d9bfe313fe952

openbox fork - make it a bit more like ryudo

add tswidth to theme.h, but its always == fbwidth
Dana Jansens danakj@orodu.net
commit

285db844e6bbbd633a3e2a31c87d9bfe313fe952

parent

b0aa29db6973d3a052980459c413c1c193bcc671

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -207,6 +207,7 @@

if (!FIND(int, L("dimensions","window","border"), &theme->fbwidth, 0, 100)) theme->fbwidth = 1; + theme->tswidth = theme->fbwidth; /* menu border width inherits from frame border width */ if (!FIND(int, L("dimensions","menu","border"),
M render/theme.hrender/theme.h

@@ -41,6 +41,8 @@ gint paddingx;

gint paddingy; gint handle_height; gint fbwidth; /*!< frame border width */ + gint tswidth; /*!< title separator width - between the titlebar and the + client */ gint mbwidth; /*!< menu border width */ gint cbwidthx; gint cbwidthy;