From: Carl Worth Date: Mon, 26 Sep 2011 17:36:09 +0000 (-0700) Subject: Don't queue up as many widget redraws. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4000561216687a173abf597a0fd26d2c336954fc;hp=4000561216687a173abf597a0fd26d2c336954fc;p=scherzo Don't queue up as many widget redraws. For multiple MIDI messages in a single buffer, only queue a single redraw. GTK+ should be coalescing these anyway, but we might as well not make it work any harder than it has too. ---