all repos — fluxbox @ 7d5f6e382b7f06913c421db4357e13841e1a9632

custom fork of the fluxbox windowmanager

init variables
fluxgen fluxgen
commit

7d5f6e382b7f06913c421db4357e13841e1a9632

parent

36191fb02d58d84262cb1040395c6606b80328e6

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

jump to
M src/FbTk/FbPixmap.ccsrc/FbTk/FbPixmap.cc

@@ -234,8 +234,8 @@ // need to flip x and y

// set start, end and direction based on rotation // NOTE that startx etc are in the direction of the OLD pixmap - unsigned int startx, starty; - int dirx, diry; + unsigned int startx = 0, starty = 0; + int dirx = 0, diry = 0; switch (orient) { case ROT90: startx = neww-1;