all repos — fluxbox @ 949f690d866245bfb86240a19afe5c559ce2782b

custom fork of the fluxbox windowmanager

using moveResize instead of configure in fluxboxwindow
fluxgen fluxgen
commit

949f690d866245bfb86240a19afe5c559ce2782b

parent

a7ca5002293726ce3280c626a741fc9f0dd30940

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

jump to
M src/Workspace.ccsrc/Workspace.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: Workspace.cc,v 1.38 2002/12/04 14:16:42 rathnor Exp $ +// $Id: Workspace.cc,v 1.39 2003/01/05 22:30:20 fluxgen Exp $ #include "Workspace.hh"

@@ -813,7 +813,7 @@ ? screen->getTabHeight()

: screen->getTabWidth(); } - win->configure(place_x, place_y, win->getWidth(), win->getHeight()); + win->moveResize(place_x, place_y, win->getWidth(), win->getHeight()); }