X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fmisc.h;h=f8a8bc3197f69e5ca5121a5a7ef7a09f6e8ea940;hb=b58dfe3584f7a60fcd5afbdac903b513f7082804;hp=f656ed2de75e7d9b816030a5cd8bdce709fd29d1;hpb=44c6d658c95fc55d3f7a9129f9dea42ee1bdf067;p=vlc diff --git a/modules/gui/macosx/misc.h b/modules/gui/macosx/misc.h index f656ed2de7..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 + * 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