aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerwindow.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:23 -0500
committerJacek Antonelli2008-08-15 23:45:23 -0500
commit486c4774ab4a707d69c1b48cdc048af1369084db (patch)
tree2a206a7e32a9a7efb98d585798a9fa18baeaf171 /linden/indra/newview/llviewerwindow.h
parentSecond Life viewer sources 1.18.6.1-RC (diff)
downloadmeta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.zip
meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.gz
meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.bz2
meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.xz
Second Life viewer sources 1.18.6.2-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerwindow.h b/linden/indra/newview/llviewerwindow.h
index faab518..968e483 100644
--- a/linden/indra/newview/llviewerwindow.h
+++ b/linden/indra/newview/llviewerwindow.h
@@ -181,6 +181,7 @@ public:
181 181
182 // Hide normal UI when a logon fails, re-show everything when logon is attempted again 182 // Hide normal UI when a logon fails, re-show everything when logon is attempted again
183 void setNormalControlsVisible( BOOL visible ); 183 void setNormalControlsVisible( BOOL visible );
184 void setMenuBackgroundColor(bool god_mode = false, bool dev_grid = false);
184 185
185 // Handle the application becoming active (frontmost) or inactive 186 // Handle the application becoming active (frontmost) or inactive
186 //BOOL handleActivate(BOOL activate); 187 //BOOL handleActivate(BOOL activate);