Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
bebdb992
Commit
bebdb992
authored
Oct 01, 2006
by
Felix Paul Kühne
Browse files
* temporary fix to keep VLC linking. I don't know yet, why this is necessary though
parent
9ec7c59b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/fspanel.m
View file @
bebdb992
...
...
@@ -449,6 +449,11 @@ void drawKnobInRect(NSRect knobRect)
[
img
drawInRect
:
knobRect
fromRect
:
image_rect
operation
:
NSCompositeSourceOver
fraction
:
1
];
}
void
drawFrameInRect
(
NSRect
frameRect
)
{
/* we don't do anything here atm */
}
-
(
void
)
drawRect
:(
NSRect
)
rect
{
/* Draw default to make sure the slider behaves correctly */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment