all repos — fluxbox @ 87995b975581fb6ee7ce16faab89a713d695e827

custom fork of the fluxbox windowmanager

fixed the aterm bug
fluxgen fluxgen
commit

87995b975581fb6ee7ce16faab89a713d695e827

parent

a4c41f621b97084516299a322d62750f2e86b6a9

1 files changed, 2 insertions(+), 5 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.232 2003/09/23 13:52:05 rathnor Exp $ +// $Id: Window.cc,v 1.233 2003/09/24 11:33:40 fluxgen Exp $ #include "Window.hh"

@@ -1119,11 +1119,8 @@

shaded = false; send_event = true; - } else { + } else if (send_event) frame().move(new_x, new_y); - - send_event = true; - } if (send_event && ! moving) { sendConfigureNotify();