aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindowwin32.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:54 -0500
committerJacek Antonelli2008-08-15 23:45:54 -0500
commitd0b03a62fd799317d5da0bd56615739ce3b5b052 (patch)
tree8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/llwindow/llwindowwin32.cpp
parentSecond Life viewer sources 1.20.8 (diff)
downloadmeta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz
Second Life viewer sources 1.20.9
Diffstat (limited to '')
-rw-r--r--linden/indra/llwindow/llwindowwin32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llwindow/llwindowwin32.cpp b/linden/indra/llwindow/llwindowwin32.cpp
index f2a2727..af96a80 100644
--- a/linden/indra/llwindow/llwindowwin32.cpp
+++ b/linden/indra/llwindow/llwindowwin32.cpp
@@ -607,8 +607,6 @@ LLWindowWin32::LLWindowWin32(char *title, char *name, S32 x, S32 y, S32 width,
607 // Initialize (boot strap) the Language text input management, 607 // Initialize (boot strap) the Language text input management,
608 // based on the system's (or user's) default settings. 608 // based on the system's (or user's) default settings.
609 allowLanguageTextInput(NULL, FALSE); 609 allowLanguageTextInput(NULL, FALSE);
610
611 SetTimer( mWindowHandle, 0, 1000 / 30, NULL ); // 30 fps timer
612} 610}
613 611
614 612
@@ -1351,6 +1349,8 @@ BOOL LLWindowWin32::switchContext(BOOL fullscreen, const LLCoordScreen &size, BO
1351 //make sure multi sampling is disabled by default 1349 //make sure multi sampling is disabled by default
1352 glDisable(GL_MULTISAMPLE_ARB); 1350 glDisable(GL_MULTISAMPLE_ARB);
1353 1351
1352 //register joystick timer callback
1353 SetTimer( mWindowHandle, 0, 1000 / 30, NULL ); // 30 fps timer
1354 1354
1355 // ok to post quit messages now 1355 // ok to post quit messages now
1356 mPostQuit = TRUE; 1356 mPostQuit = TRUE;