all repos — fluxbox @ 5ddabb0f390f69db793b5a6e40be9f94b8f83136

custom fork of the fluxbox windowmanager

fix root pixmap + atoms indexes in FbPixmap
Fixes issues with transparency on multiple screens, and probably also
some alternate rootbg atoms
simonb simonb
commit

5ddabb0f390f69db793b5a6e40be9f94b8f83136

parent

22060cac47ec81c0161e52e33af8e4385c6cd794

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

jump to
M ChangeLogChangeLog

@@ -1,5 +1,9 @@

(Format: Year/Month/Day) Changes for 0.9.16: +*06/05/17: + * Fix transparency on multiple screens & possibly bad root bg atom + reading (Simon) + FbTk/FbPixmap.cc *06/05/16: * Fix bug with horizontal maximisation when quadrant resizing (Mathias) Window.hh/cc
M src/FbTk/FbPixmap.ccsrc/FbTk/FbPixmap.cc

@@ -369,7 +369,7 @@ unsigned long items_read, items_left;

unsigned long *data; if (XGetWindowProperty(display(), - RootWindow(display(), i), + RootWindow(display(), screen_num), root_prop_atoms[i], 0l, 1l, False, XA_PIXMAP,

@@ -437,7 +437,7 @@ for (prop = 0; root_prop_ids[prop]; prop++) {

checkAtoms(); if (XGetWindowProperty(display(), RootWindow(display(), i), - root_prop_atoms[i], + root_prop_atoms[prop], 0l, 1l, False, XA_PIXMAP, &real_type, &real_format,