summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-10-22 02:27:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-10-22 07:16:41 -0400
commitdd316c8051d3511739bf0a1c21abfde9ea726a63 (patch)
tree446a37fda446d10406c4c1a039751b6c29c1882c
parent1038bc781aaeb6ca13503389dc7331bbce3c358f (diff)
downloadgtk+-dd316c8051d3511739bf0a1c21abfde9ea726a63.tar.gz
gl: Add some comments
-rw-r--r--gsk/gl/gskgldriver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsk/gl/gskgldriver.c b/gsk/gl/gskgldriver.c
index 321681d507..02132fc463 100644
--- a/gsk/gl/gskgldriver.c
+++ b/gsk/gl/gskgldriver.c
@@ -46,8 +46,8 @@ struct _GskGLDriver
Fbo default_fbo;
- GHashTable *textures;
- GHashTable *pointer_textures;
+ GHashTable *textures; /* texture_id -> Texture */
+ GHashTable *pointer_textures; /* pointer -> texture_id */
const Texture *bound_source_texture;