Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-12-03 08:46:28 -06:00
commit e92a30e906
17 changed files with 5 additions and 1 deletions

View File

@ -2,13 +2,17 @@
USING: kernel namespaces arrays sequences grouping
alien.c-types
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 ;
IN: processing.shapes
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: do-state ( mode quot -- ) swap glBegin call glEnd ; inline
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
VAR: fill-color
VAR: stroke-color