Jasper St. Pierre
fd1243d881
cursor: Load cursor images lazily
It doesn't make sense to load cursor textures that we might not ever use. Since the code here also uses CoglTexture2D, and cursors tend to be NPOT textures, then we won't crash users of cards without NPOT support. At least until they open the magnifier. :)
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%