diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-02 23:15:38 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-02 23:15:38 +0300 |
commit | 363e9c949bf1179575fafa65d504d04383efbc1e (patch) | |
tree | d5ae7ad286b42c602293f2081969790e9285b035 /indra/newview/llviewerwindow.h | |
parent | aaaf3189c400e491c6adc533f8b03dfecddb1dd9 (diff) | |
parent | 1702a65665879d0c68df4c6b4fdb60f815ab7abb (diff) |
Merge branch 'master' into DRTVWR-503-maint
# Conflicts:
# indra/newview/CMakeLists.txt
# indra/newview/viewer_manifest.py
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index 1f49c0756c..67e5e4b4d6 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -304,6 +304,7 @@ public: BOOL getCursorHidden() { return mCursorHidden; } void moveCursorToCenter(); // move to center of window + void initTextures(S32 location_id); void setShowProgress(const BOOL show); BOOL getShowProgress() const; void setProgressString(const std::string& string); |