projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1038bc7
)
gl: Add some comments
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 22 Oct 2019 06:27:28 +0000
(
02:27
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 22 Oct 2019 11:16:41 +0000
(07:16 -0400)
gsk/gl/gskgldriver.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskgldriver.c
b/gsk/gl/gskgldriver.c
index 321681d507c60a0bf129ea0b02513be301051dc3..02132fc463dd7f0e8fcfd9aebecf6921cc5d4e07 100644
(file)
--- 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;