From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/llwindow/llwindowheadless.cpp | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 indra/llwindow/llwindowheadless.cpp (limited to 'indra/llwindow/llwindowheadless.cpp') diff --git a/indra/llwindow/llwindowheadless.cpp b/indra/llwindow/llwindowheadless.cpp new file mode 100644 index 0000000000..1251ed1bb7 --- /dev/null +++ b/indra/llwindow/llwindowheadless.cpp @@ -0,0 +1,32 @@ +/** + * @file llwindowheadless.cpp + * @brief Headless implementation of LLWindow class + * + * Copyright (c) 2001-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#include "linden_common.h" +#include "indra_constants.h" + +#include "llwindowheadless.h" + +// +// LLWindowHeadless +// +LLWindowHeadless::LLWindowHeadless(char *title, char *name, S32 x, S32 y, S32 width, S32 height, + U32 flags, BOOL fullscreen, BOOL clearBg, + BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) + : LLWindow(fullscreen, flags) +{ +} + + +LLWindowHeadless::~LLWindowHeadless() +{ +} + +void LLWindowHeadless::swapBuffers() +{ +} + -- cgit v1.2.3