source: trunk/config.tests/qws/svgalib/svgalib.cpp@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 144 bytes
Line 
1#include <vga.h>
2#include <vgagl.h>
3
4int main(int, char **)
5{
6 int mode = vga_getdefaultmode();
7 gl_setcontextvga(mode);
8
9 return 0;
10}
Note: See TracBrowser for help on using the repository browser.