GLXWorkstation.st
changeset 7829 12f0d02f567f
parent 7657 75bf1ca54216
child 7893 3af8d2fd463b
equal deleted inserted replaced
7828:92c02d941b76 7829:12f0d02f567f
  3959 
  3959 
  3960     "Modified: 19.3.1996 / 18:26:50 / cg"
  3960     "Modified: 19.3.1996 / 18:26:50 / cg"
  3961 !
  3961 !
  3962 
  3962 
  3963 glxConcave: b in: aGLXWindowId
  3963 glxConcave: b in: aGLXWindowId
  3964     "signal wether or not polygons are concave"
  3964     "signal whether or not polygons are concave"
  3965 
  3965 
  3966 %{  /* NOCONTEXT */
  3966 %{  /* NOCONTEXT */
  3967     SETWIN(aGLXWindowId)
  3967     SETWIN(aGLXWindowId)
  3968 #ifdef OPENGL
  3968 #ifdef OPENGL
  3969 #else
  3969 #else