Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
109aa311
Commit
109aa311
authored
2 years ago
by
Rye Mutt
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/main'
parents
14883613
cffe264c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
indra/llwindow/llwindowmacosx-objc.h
+1
-1
1 addition, 1 deletion
indra/llwindow/llwindowmacosx-objc.h
indra/llwindow/llwindowmacosx-objc.mm
+1
-1
1 addition, 1 deletion
indra/llwindow/llwindowmacosx-objc.mm
indra/llwindow/llwindowmacosx.cpp
+1
-1
1 addition, 1 deletion
indra/llwindow/llwindowmacosx.cpp
with
3 additions
and
3 deletions
indra/llwindow/llwindowmacosx-objc.h
+
1
−
1
View file @
109aa311
...
...
@@ -175,6 +175,6 @@ NSWindowRef getMainAppWindow();
GLViewRef
getGLView
();
unsigned
int
getModifiers
();
void
setTitle
(
const
std
::
string
&
title
);
void
set
Window
Title
(
const
std
::
string
&
title
);
#endif // LL_LLWINDOWMACOSX_OBJC_H
This diff is collapsed.
Click to expand it.
indra/llwindow/llwindowmacosx-objc.mm
+
1
−
1
View file @
109aa311
...
...
@@ -442,7 +442,7 @@ unsigned int getModifiers()
return
[
NSEvent
modifierFlags
];
}
void
setTitle
(
const
std
::
string
&
title
)
void
set
Window
Title
(
const
std
::
string
&
title
)
{
@autoreleasepool
{
LLNSWindow
*
winRef
=
[(
LLAppDelegate
*
)[[
LLApplication
sharedApplication
]
delegate
]
window
];
...
...
This diff is collapsed.
Click to expand it.
indra/llwindow/llwindowmacosx.cpp
+
1
−
1
View file @
109aa311
...
...
@@ -1257,7 +1257,7 @@ BOOL LLWindowMacOSX::copyTextToClipboard(const LLWString &s)
void
LLWindowMacOSX
::
setTitle
(
const
std
::
string
title
)
{
setTitle
(
title
);
set
Window
Title
(
title
);
}
// protected
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment