all repos — fluxbox @ 64e5dc93216ec4da4df1c79f53f160333441ec80

custom fork of the fluxbox windowmanager

changed decoration default
fluxgen fluxgen
commit

64e5dc93216ec4da4df1c79f53f160333441ec80

parent

b8318144826e443a544def93929f8b0e036eab1b

1 files changed, 2 insertions(+), 3 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.60 2002/06/14 09:59:49 fluxgen Exp $ +// $Id: Window.cc,v 1.61 2002/07/13 21:37:52 fluxgen Exp $ #include "Window.hh"

@@ -212,8 +212,7 @@

// adjust the window decorations based on transience and window sizes if (transient) { decorations.maximize = functions.maximize = false; - //we can still use the handles to resize it - decorations.handle = decorations.border = true; + decorations.handle = decorations.border = false; } if ((client.normal_hint_flags & PMinSize) &&