all repos — fluxbox @ 755d0d15040b6760c03a5f860e09ef6367834f90

custom fork of the fluxbox windowmanager

comments
fluxgen fluxgen
commit

755d0d15040b6760c03a5f860e09ef6367834f90

parent

956848a58534d55c712e5c5810baf16102f23135

1 files changed, 4 insertions(+), 3 deletions(-)

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

@@ -22,7 +22,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: Screen.cc,v 1.144 2003/05/04 23:38:06 rathnor Exp $ +// $Id: Screen.cc,v 1.145 2003/05/07 11:36:43 fluxgen Exp $ #include "Screen.hh"

@@ -569,11 +569,12 @@

image_control->setDither(*resource.image_dither); // setup windowtheme, toolbartheme for antialias + // before we load the theme winFrameTheme().font().setAntialias(*resource.antialias); menuTheme()->titleFont().setAntialias(*resource.antialias); menuTheme()->frameFont().setAntialias(*resource.antialias); - // set database for new Theme Engine + // load database for theme engine FbTk::ThemeManager::instance().load(fluxbox->getStyleFilename().c_str()); const char *s = i18n->getMessage(FBNLS::ScreenSet, FBNLS::ScreenPositionLength,

@@ -592,7 +593,7 @@ unsigned long mask = CWBorderPixel | CWColormap | CWSaveUnder;

attrib.border_pixel = m_root_theme->borderColor().pixel(); attrib.colormap = colormap(); attrib.save_under = true; - //!! TODO border width + geom_window = XCreateWindow(disp, getRootWindow(), 0, 0, geom_w, geom_h, rootTheme().borderWidth(), getDepth(),