Re: [Super-tux-devel] OpenGL fix
Brought to you by:
wkendrick
From: Keir L. <ke...@th...> - 2004-05-06 20:04:37
|
On Thu, 2004-05-06 at 12:44 +0100, Ricardo Cruz wrote: > 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. well that line made it fail to compile (didnt like the endls, something about them being undefined or something), i removed the ,, endl bit and it compiled but nothing extra was outputted, however std::cerr << "screen->h/w: " << SCREEN_H/W; gave me the following extra output: screen->w: 640screen->h: 480 Keir Lawson |