X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fmisc.h;h=f8a8bc3197f69e5ca5121a5a7ef7a09f6e8ea940;hb=b58dfe3584f7a60fcd5afbdac903b513f7082804;hp=f327a6d9686688bdb9fab210e1882ecab6e50af4;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/modules/gui/macosx/misc.h b/modules/gui/macosx/misc.h index f327a6d968..f8a8bc3197 100644 --- a/modules/gui/macosx/misc.h +++ b/modules/gui/macosx/misc.h @@ -1,7 +1,7 @@ /***************************************************************************** * misc.h: code not specific to vlc ***************************************************************************** - * Copyright (C) 2003 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2003 the VideoLAN team * $Id$ * * Authors: Jon Lech Johansen @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** @@ -60,7 +60,29 @@ @interface MPSlider : NSSlider { +} + +@end +/***************************************************************************** + * ITSliderCell + *****************************************************************************/ + +@interface ITSlider : NSSlider +{ +} + +@end + +/***************************************************************************** + * ITSliderCell + *****************************************************************************/ + +@interface ITSliderCell : NSSliderCell +{ + NSImage *_knobOff; + NSImage *_knobOn; + BOOL b_mouse_down; } @end