processing.shapes: Remove dependency on 'opengl.demo-support'

db4
Eduardo Cavazos 2008-12-03 08:24:08 -06:00
parent 33c3972f20
commit 6b3b2d78c4
1 changed files with 5 additions and 1 deletions

View File

@ -2,13 +2,17 @@
USING: kernel namespaces arrays sequences grouping USING: kernel namespaces arrays sequences grouping
alien.c-types alien.c-types
math math.vectors math.geometry.rect math math.vectors math.geometry.rect
opengl.gl opengl.glu opengl.demo-support opengl generalizations vars opengl.gl opengl.glu opengl generalizations vars
combinators.cleave colors ; combinators.cleave colors ;
IN: processing.shapes IN: processing.shapes
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: do-state ( mode quot -- ) swap glBegin call glEnd ; inline
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
VAR: fill-color VAR: fill-color
VAR: stroke-color VAR: stroke-color