using moveResize instead of configure in fluxboxwindow
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/Workspace.cc
→
src/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()); }