diff options
author | McCabe Maxsted | 2010-06-06 06:14:18 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:32 -0500 |
commit | 35af28cec1c16e66da3abff4d75a8a68dc381a72 (patch) | |
tree | e183627295f62f1d6564211f3f98db8984089067 /linden/indra/llwindow/llwindowmacosx.h | |
parent | Removed 'Received animation state for unknown avatar' log spam (diff) | |
download | meta-impy-35af28cec1c16e66da3abff4d75a8a68dc381a72.zip meta-impy-35af28cec1c16e66da3abff4d75a8a68dc381a72.tar.gz meta-impy-35af28cec1c16e66da3abff4d75a8a68dc381a72.tar.bz2 meta-impy-35af28cec1c16e66da3abff4d75a8a68dc381a72.tar.xz |
Applied snowglobe-0-v14000-AvatarNameInWindowTitle_v1.patch and set the name in the window title only when running multiple instances
Diffstat (limited to 'linden/indra/llwindow/llwindowmacosx.h')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.h b/linden/indra/llwindow/llwindowmacosx.h index 3886782..bf5bfc0 100644 --- a/linden/indra/llwindow/llwindowmacosx.h +++ b/linden/indra/llwindow/llwindowmacosx.h | |||
@@ -47,6 +47,7 @@ | |||
47 | class LLWindowMacOSX : public LLWindow | 47 | class LLWindowMacOSX : public LLWindow |
48 | { | 48 | { |
49 | public: | 49 | public: |
50 | /*virtual*/ void setWindowTitle(std::string &title); | ||
50 | /*virtual*/ void show(); | 51 | /*virtual*/ void show(); |
51 | /*virtual*/ void hide(); | 52 | /*virtual*/ void hide(); |
52 | /*virtual*/ void close(); | 53 | /*virtual*/ void close(); |