]> granicus.if.org Git - graphviz/commit
standardize on float literals for glColor4f and glVertex3f parameters
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 03:24:17 +0000 (20:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 01:51:23 +0000 (18:51 -0700)
commite8293c75870f8a6ccff69cf02ad7a72c403e7ab5
tree6c9f323701e45807ff634d7fbec80ba16a14541d
parent29d526b2e4d4f62657ac294924ecc41c3ec4a8cb
standardize on float literals for glColor4f and glVertex3f parameters

Shorter and more readable than GLFloat casts.
lib/glcomp/glutils.c