tech-x11 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: glut segmentation fault
On Thu, Sep 10, 2015 at 08:39:27PM +0100, Patrick Welche wrote:
> I hope that this program is too short to contain a bug:
>
> #include <GL/glut.h>
>
> int
> main(int argc, char *argv[])
> {
> int window;
>
> glutInit(&argc, argv);
>
> glutInitDisplayMode(GLUT_RGB);
> glutInitWindowSize(400,500);
> window = glutCreateWindow("Bug");
>
> return 0;
> }
Just tried in -current, and it works now...
P
Home |
Main Index |
Thread Index |
Old Index