all repos — fluxbox @ 6018caf733ef099b2576cff90de1b1d7ac74d37f

custom fork of the fluxbox windowmanager

minor fix for xinerama
fluxgen fluxgen
commit

6018caf733ef099b2576cff90de1b1d7ac74d37f

parent

6b7338c692e6ff9f472302cb63d2ec138972c48c

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

jump to
M src/Slit.ccsrc/Slit.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: Slit.cc,v 1.84 2003/12/18 18:03:21 fluxgen Exp $ +// $Id: Slit.cc,v 1.85 2003/12/18 20:56:18 fluxgen Exp $ #include "Slit.hh"

@@ -1224,7 +1224,7 @@ #ifdef XINERAMA

if (screen().hasXinerama()) { // TODO: nls (main label, plus menu heading) m_slitmenu.insert("On Head...", new XineramaHeadMenu<Slit>( - *screen().menuTheme(), + screen().menuTheme(), screen(), screen().imageControl(), *screen().layerManager().getLayer(Fluxbox::instance()->getMenuLayer()),