]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.m
* modules/gui/macosx/misc.?
[vlc] / modules / gui / macosx / misc.m
index 4bc23d6b9e725b7cf34ff2fb461f2b48c97b55ca..67196e9bb267a690cb4be3846eca693eac92050c 100644 (file)
@@ -2,7 +2,7 @@
  * misc.m: code not specific to vlc
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: misc.m,v 1.1 2003/01/21 00:47:43 jlj Exp $
+ * $Id: misc.m,v 1.2 2003/03/13 22:24:17 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
 
 #include "misc.h"
 
+/*****************************************************************************
+ * VLBrushedMetalImageView
+ *****************************************************************************/
+
+@implementation VLBrushedMetalImageView
+
+- (BOOL)mouseDownCanMoveWindow
+{
+    return YES;
+}
+
+@end
+
+
 /*****************************************************************************
  * MPSlider
  *****************************************************************************/