00001
00032 #include "linden_common.h"
00033 #include "indra_constants.h"
00034
00035 #include "llwindowheadless.h"
00036
00037
00038
00039
00040 LLWindowHeadless::LLWindowHeadless(char *title, char *name, S32 x, S32 y, S32 width, S32 height,
00041 U32 flags, BOOL fullscreen, BOOL clearBg,
00042 BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth, S32 stereo_mode)
00043 : LLWindow(fullscreen, flags)
00044 {
00045 }
00046
00047
00048 LLWindowHeadless::~LLWindowHeadless()
00049 {
00050 }
00051
00052 void LLWindowHeadless::swapBuffers()
00053 {
00054 }
00055