]> granicus.if.org Git - graphviz/commit
smyrna: remove use of 'guint' cast
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 19:48:28 +0000 (12:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Mar 2022 18:21:10 +0000 (11:21 -0700)
commitc0619396f6c1ac13b9953c15ecffca03f0f1d102
tree1ea58004e910f1b1e011e3a690d5259dd5e19e1f
parent750f1f86075d571a09ee00b43fe2b0bc96895d34
smyrna: remove use of 'guint' cast

`guint` is just a Glib typedef for `unsigned int`. So we can write this simpler.
cmd/smyrna/viewport.c