]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
* modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).
[vlc] / include / vlc_interface.h
index e534a58725110a231c2cf29205402d3f00fc39f9..556c1719e099846c006b182bc3a0d125ec31bae5 100644 (file)
@@ -3,7 +3,7 @@
  * This library provides basic functions for threads to interact with user
  * interface, such as message output.
  *****************************************************************************
- * Copyright (C) 1999, 2000 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 1999, 2000 the VideoLAN team
  * $Id$
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
@@ -157,6 +157,8 @@ VLC_EXPORT( void,              intf_Destroy,    ( intf_thread_t * ) );
 
 #define INTF_DIALOG_FILE_GENERIC 30
 
+#define INTF_DIALOG_UPDATEVLC   90
+
 #define INTF_DIALOG_EXIT       99
 
 /* Useful text messages shared by interfaces */