all repos — fluxbox @ 40825bf4e105bd3fba43e3061bb63a28e702ca68

custom fork of the fluxbox windowmanager

fixed bug  [ 582574 ] borderless windows... thanks Simon Bowden
fluxgen fluxgen
commit

40825bf4e105bd3fba43e3061bb63a28e702ca68

parent

2d3f9ca4b43e0ea6623cd4d619ae7e7f2bfc1f20

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

jump to
M src/Window.ccsrc/Window.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: Window.cc,v 1.70 2002/08/16 10:50:20 fluxgen Exp $ +// $Id: Window.cc,v 1.71 2002/08/28 19:47:27 fluxgen Exp $ #include "Window.hh"

@@ -3558,7 +3558,7 @@ frame.resize_w, frame.resize_h);

screen->hideGeometry(); - if (win == frame.left_grip) + if (win && win == frame.left_grip) left_fixsize(); else right_fixsize();