]> granicus.if.org Git - graphviz/commit
smyrna: propagate and remove 'fullscreen' parameter to 'cb_glutinit'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 6 May 2022 00:48:53 +0000 (17:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Jun 2022 16:21:54 +0000 (09:21 -0700)
commit65db6cb1ac39ef4f1ba3b7e081fc3121fb14e306
treeffcf572d91893945a1861df5b65f0e6d35aec716
parente0b6b5aedaab557c1676664a2ebb95abbff6d3d4
smyrna: propagate and remove 'fullscreen' parameter to 'cb_glutinit'

This function did not properly support non-fullscreen mode, as evidenced by the
`x` and `y` parameters (removed in the previous commit) that it was ignoring.
cmd/smyrna/glutrender.c
cmd/smyrna/glutrender.h
cmd/smyrna/main.c