gsk/gl: use GdkArrayImpl for tracking modelview
authorChristian Hergert <chergert@redhat.com>
Tue, 26 Sep 2023 20:21:06 +0000 (13:21 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Sep 2023 00:42:45 +0000 (20:42 -0400)
commitd4d0883a924f94fdc89fad50bce9ecad3128e0f3
tree862eb56c4482e83cabd9a3ff27d38e7b428c8c32
parent3698cadcd21e2a52c30766d311043093ea557b3f
gsk/gl: use GdkArrayImpl for tracking modelview

Like the previous change, this uses GdkArrayImpl instead of GArray for
tracking modelview changes. This is less important than clip tracking
simple due to being used less, but it keeps the implementation synchronous
with the Clip tracking code.
gsk/gl/gskglrenderjob.c