diff options
Diffstat (limited to 'test/simple/simple_led.c')
-rw-r--r-- | test/simple/simple_led.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/simple/simple_led.c b/test/simple/simple_led.c index 626b849..9c5d786 100644 --- a/test/simple/simple_led.c +++ b/test/simple/simple_led.c @@ -92,6 +92,7 @@ void simple_loadled (void) IupItem( "Window", "SimpleDrawWindow" ), IupItem( "Server Image", "SimpleDrawImage" ), IupItem( "Image RGB", "SimpleDrawImageRGB" ), + IupItem( "OpenGL", "SimpleDrawGL" ), NULL), NULL ); named[8] = decl( "mnPrimitives", IupMenu( IupItem( "All", "SimpleDrawAll" ), |