all repos — fluxbox @ 2ff48d59e5cfa3459fabab49375484983ca519b6

custom fork of the fluxbox windowmanager

no border for clientarea
fluxgen fluxgen
commit

2ff48d59e5cfa3459fabab49375484983ca519b6

parent

8368510d3a1d9db5943090a22185e0d87a8384e9

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

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -19,7 +19,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: FbWinFrame.cc,v 1.21 2003/04/16 12:26:21 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.22 2003/04/16 22:15:22 fluxgen Exp $ #include "FbWinFrame.hh" #include "ImageControl.hh"

@@ -774,7 +774,7 @@ m_button_size = 26;

m_handle_focused_pm = m_handle_unfocused_pm = 0; m_grip_unfocused_pm = m_grip_focused_pm = 0; - + m_clientarea.setBorderWidth(0); m_shaded = false; m_label.show();