aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-05 22:30:20 (GMT)
committerfluxgen <fluxgen>2003-01-05 22:30:20 (GMT)
commit949f690d866245bfb86240a19afe5c559ce2782b (patch)
treecb24f5597c2accedc93e8e6a4d12af94566506dc /src/Workspace.cc
parenta7ca5002293726ce3280c626a741fc9f0dd30940 (diff)
downloadfluxbox-949f690d866245bfb86240a19afe5c559ce2782b.zip
fluxbox-949f690d866245bfb86240a19afe5c559ce2782b.tar.bz2
using moveResize instead of configure in fluxboxwindow
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r--src/Workspace.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc
index 3c7ce96..9768350 100644
--- a/src/Workspace.cc
+++ b/src/Workspace.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Workspace.cc,v 1.38 2002/12/04 14:16:42 rathnor Exp $ 25// $Id: Workspace.cc,v 1.39 2003/01/05 22:30:20 fluxgen Exp $
26 26
27#include "Workspace.hh" 27#include "Workspace.hh"
28 28
@@ -813,7 +813,7 @@ void Workspace::placeWindow(FluxboxWindow *win) {
813 : screen->getTabWidth(); 813 : screen->getTabWidth();
814 } 814 }
815 815
816 win->configure(place_x, place_y, win->getWidth(), win->getHeight()); 816 win->moveResize(place_x, place_y, win->getWidth(), win->getHeight());
817} 817}
818 818
819 819