[gnome-mahjongg/arnaudb/wip/gtk4: 23/41] Looks like queue_draw_area is gone.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mahjongg/arnaudb/wip/gtk4: 23/41] Looks like queue_draw_area is gone.
- Date: Wed, 23 Sep 2020 14:23:03 +0000 (UTC)
commit 5c6614cfc2d548f4da06ff17d439e2ca2128ea2b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Mar 27 18:56:32 2020 +0100
Looks like queue_draw_area is gone.
src/game-view.vala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 6f01df2..50cbbf4 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -293,7 +293,8 @@ public class GameView : Gtk.DrawingArea
update_dimensions ();
int x, y;
get_tile_position (tile, out x, out y);
- queue_draw_area (x, y, tile_pattern_width, tile_pattern_height);
+ queue_draw ();
+ // queue_draw_area (x, y, tile_pattern_width, tile_pattern_height);
}
private void paused_changed_cb ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]