Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14613 - glut 3.7.1-- the glutDisplayFunc(Display) isn't calling the Display function as it should
Summary: glut 3.7.1-- the glutDisplayFunc(Display) isn't calling the Display function ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 02:10 UTC by Mike
Modified: 2003-02-09 04:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2003-01-27 02:10:11 UTC
the Display function isn't being called when the window needs be redrawn. The callback simply isn't functioning.

3.7-r2 works though.

-Michael Stoppelman
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-28 14:58:42 UTC
Example ?
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-03 14:14:10 UTC
And ?  With what app do you experience this ?  I need to verify the problem...
Comment 3 Mike 2003-02-06 03:14:24 UTC
Hi, 

I have located the problem... 

          glui = GLUI_Master.create_glui(mainWindow, GLUI_SUBWINDOW_RIGHT);

I guess the problem is in GLUI. The GLUI_SUBWINDOW_RIGHT makes the GLUI bar dock to the gl window... I guess there is something wrong with their code. To get it redrawing all I did was this:

         glui = GLUI_Master.create_glui( "GLUI" );

That will create a menu that is seperate from the main GL window. 

Sorry about the fuss. 




Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-09 04:41:27 UTC
NP.  Just open a bug if its something in portage we need to fix ...