Re: [Super-tux-devel] OpenGL fix
Brought to you by:
wkendrick
From: Ricardo C. <ri...@ae...> - 2004-05-06 11:55:57
|
Could you just add these two lines to the final of the st_video_setup_gl() func in setup.cpp : std::cerr << "screen->w: " << screen->w << endl; std::cerr << "screen->h: " << screen->h << endl; And send the output. Thanks, Ricardo Cruz Em Quarta, 5 de Maio de 2004 20:43, o Keir Lawson escreveu: > On Tue, 2004-05-04 at 23:25 +0100, Ricardo Cruz wrote: > > Well, you should firstly have checkout the last cvs... > > Anyway, you just need to remove defines.h and do the checkout. > > > > In case it still happens (sometimes the sourceforge cvs takes a while to > > be updated for ppl that do not have direct access), just add these lines > > to defines.h : > > > > #define SCREEN_W 640 > > #define SCREEN_H 480 > > > > Please, do it... Let's cross the fingers ;) > > > > Ricardo Cruz > > checked out the latest CVS, changed all screen->h/w to SCREEN_H/W, it > compiled ok put the opengl problem still persists > > Keir Lawson > > > -- As Gen. de Gaulle occassionally acknowledges America to be the daughter of Europe, so I am pleased to come to Yale, the daughter of Harvard. -- J.F. Kennedy |