[gnome-mahjongg/arnaudb/wip/gtk4: 6/24] Looks like queue_draw_area is gone.




commit ef3a6ebe180f6d767732440e156e1181b691e647
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]