]> granicus.if.org Git - graphviz/commit
Put #ifdef WIN around call to glClearBackground(). This causes a crash
authorerg <devnull@localhost>
Wed, 9 Apr 2008 15:32:41 +0000 (15:32 +0000)
committererg <devnull@localhost>
Wed, 9 Apr 2008 15:32:41 +0000 (15:32 +0000)
commita64ac3bfa084b7e82c9323e2ec413f237b7e3713
tree31cd0c5c4a6aeda6d6776017c95c10472769b0e4
parentf019d95fdc05b45e4fa144055eb622aed025dcd0
Put #ifdef WIN around call to glClearBackground(). This causes a crash
on Unix. In general, this needs to be fixed, since technically the
call is being made before openGL is initialized.
cmd/smyrna/viewport.c