llwindowheadless.cpp

Go to the documentation of this file.
00001 
00032 #include "linden_common.h"
00033 #include "indra_constants.h"
00034 
00035 #include "llwindowheadless.h"
00036 
00037 //
00038 // LLWindowHeadless
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 

Generated on Thu Jul 1 06:09:46 2010 for Second Life Viewer by  doxygen 1.4.7