Commit bebdb992 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* temporary fix to keep VLC linking. I don't know yet, why this is necessary though

parent 9ec7c59b
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment