diff options
author | Jacek Antonelli | 2008-12-01 17:39:58 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-01 17:40:06 -0600 |
commit | 7abecb48babe6a6f09bf6692ba55076546cfced9 (patch) | |
tree | 8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/llwindow/llwindow.h | |
parent | Second Life viewer sources 1.21.6 (diff) | |
download | meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2 meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz |
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/llwindow/llwindow.h')
-rw-r--r-- | linden/indra/llwindow/llwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindow.h b/linden/indra/llwindow/llwindow.h index 7e948b9..e2c28a2 100644 --- a/linden/indra/llwindow/llwindow.h +++ b/linden/indra/llwindow/llwindow.h | |||
@@ -194,6 +194,7 @@ public: | |||
194 | virtual U32 getFSAASamples() = 0; | 194 | virtual U32 getFSAASamples() = 0; |
195 | virtual BOOL restoreGamma() = 0; // Restore original gamma table (before updating gamma) | 195 | virtual BOOL restoreGamma() = 0; // Restore original gamma table (before updating gamma) |
196 | virtual ESwapMethod getSwapMethod() { return mSwapMethod; } | 196 | virtual ESwapMethod getSwapMethod() { return mSwapMethod; } |
197 | virtual void processMiscNativeEvents(); | ||
197 | virtual void gatherInput() = 0; | 198 | virtual void gatherInput() = 0; |
198 | virtual void delayInputProcessing() = 0; | 199 | virtual void delayInputProcessing() = 0; |
199 | virtual void swapBuffers() = 0; | 200 | virtual void swapBuffers() = 0; |