diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llwindow/llwindowmesaheadless.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llwindow/llwindowmesaheadless.h')
-rw-r--r-- | linden/indra/llwindow/llwindowmesaheadless.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/linden/indra/llwindow/llwindowmesaheadless.h b/linden/indra/llwindow/llwindowmesaheadless.h index fb32e38..86d8372 100644 --- a/linden/indra/llwindow/llwindowmesaheadless.h +++ b/linden/indra/llwindow/llwindowmesaheadless.h | |||
@@ -81,12 +81,6 @@ public: | |||
81 | /*virtual*/ void delayInputProcessing() {}; | 81 | /*virtual*/ void delayInputProcessing() {}; |
82 | /*virtual*/ void swapBuffers(); | 82 | /*virtual*/ void swapBuffers(); |
83 | 83 | ||
84 | /*virtual*/ LLString getTempFileName() {return LLString(""); }; | ||
85 | /*virtual*/ void deleteFile( const char* file_name ) {}; | ||
86 | /*virtual*/ S32 stat( const char* file_name, struct stat* stat_info ) {return 0; }; | ||
87 | /*virtual*/ BOOL sendEmail(const char* address,const char* subject,const char* body_text,const char* attachment=NULL, const char* attachment_displayed_name=NULL) { return FALSE; }; | ||
88 | |||
89 | |||
90 | // handy coordinate space conversion routines | 84 | // handy coordinate space conversion routines |
91 | /*virtual*/ BOOL convertCoords(LLCoordScreen from, LLCoordWindow *to) { return FALSE; }; | 85 | /*virtual*/ BOOL convertCoords(LLCoordScreen from, LLCoordWindow *to) { return FALSE; }; |
92 | /*virtual*/ BOOL convertCoords(LLCoordWindow from, LLCoordScreen *to) { return FALSE; }; | 86 | /*virtual*/ BOOL convertCoords(LLCoordWindow from, LLCoordScreen *to) { return FALSE; }; |
@@ -103,7 +97,7 @@ public: | |||
103 | /*virtual*/ void *getPlatformWindow() { return 0; }; | 97 | /*virtual*/ void *getPlatformWindow() { return 0; }; |
104 | /*virtual*/ void bringToFront() {}; | 98 | /*virtual*/ void bringToFront() {}; |
105 | 99 | ||
106 | LLWindowMesaHeadless(char *title, char *name, S32 x, S32 y, S32 width, S32 height, | 100 | LLWindowMesaHeadless(const std::string& title, const std::string& name, S32 x, S32 y, S32 width, S32 height, |
107 | U32 flags, BOOL fullscreen, BOOL clearBg, | 101 | U32 flags, BOOL fullscreen, BOOL clearBg, |
108 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth); | 102 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth); |
109 | ~LLWindowMesaHeadless(); | 103 | ~LLWindowMesaHeadless(); |
@@ -120,7 +114,7 @@ public: | |||
120 | virtual ~LLSplashScreenMesaHeadless() {}; | 114 | virtual ~LLSplashScreenMesaHeadless() {}; |
121 | 115 | ||
122 | /*virtual*/ void showImpl() {}; | 116 | /*virtual*/ void showImpl() {}; |
123 | /*virtual*/ void updateImpl(const char* mesg) {}; | 117 | /*virtual*/ void updateImpl(const std::string& mesg) {}; |
124 | /*virtual*/ void hideImpl() {}; | 118 | /*virtual*/ void hideImpl() {}; |
125 | 119 | ||
126 | }; | 120 | }; |