FLTK logo

[master] 5739216 - Removed GL Button from test/cube

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 5739216 - Removed GL Button from test/cube "Matthias Melcher" Jan 26, 2022  
 
commit 573921677c7f6310a16d58f23c67fac34b0d82bb
Author:     Matthias Melcher <github@matthiasm.com>
AuthorDate: Wed Jan 26 17:40:38 2022 +0100
Commit:     Matthias Melcher <github@matthiasm.com>
CommitDate: Wed Jan 26 17:40:38 2022 +0100

    Removed GL Button from test/cube

 test/cube.cxx | 8 --------
 1 file changed, 8 deletions(-)

diff --git test/cube.cxx test/cube.cxx
index 76cb0a8..64e9044 100644
--- test/cube.cxx
+++ test/cube.cxx
@@ -231,14 +231,6 @@ void makeform(const char *name) {
     Fl_Box *rt_resizer = new Fl_Box(rt_grp_x-5, rt_grp_y, 10, rt_grp_h);
     rt_resizer->box(FL_NO_BOX);
 
-#if HAVE_GL
-    // overlay a button onto an OpenGL window
-    lt_cube->begin();
-    Fl_Button *test = new Fl_Button(35, 105, 100, 30, "Test");
-    test->box(FL_ROUND_UP_BOX);
-    lt_cube->end();
-#endif // HAVE_GL
-
   form->end();
   form->resizable(rt_resizer);
   form->size_range(form->w(), form->h()); // minimum window size
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.