~ubuntu-branches/ubuntu/utopic/vlc/utopic

« back to all changes in this revision

Viewing changes to modules/gui/macosx/misc.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-07-21 17:52:21 UTC
  • mfrom: (1.1.48) (3.5.44 sid)
  • Revision ID: package-import@ubuntu.com-20120721175221-53m5pclzo992kawy
Tags: 2.0.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * misc.h: code not specific to vlc
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2003-2011 VLC authors and VideoLAN
5
 
 * $Id: 3540bac18215f7d31c827e51a23c9ffd8861e590 $
 
5
 * $Id: 28762aa828d08293778b7e0366f00d4ea3d5d5fb $
6
6
 *
7
7
 * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
8
8
 *          Felix Paul Kühne <fkuehne at videolan dot org>
118
118
{
119
119
    NSImage *o_knob_img;
120
120
    NSRect img_rect;
 
121
    BOOL b_dark;
121
122
}
122
123
- (CGFloat)knobPosition;
123
124