]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
* modules/gui/wxwindows/*: don't forget to delete the timer.
[vlc] / include / vlc_objects.h
index 116bda76a2acd0a38c9c492becb1fe0124fb9ad0..5ced55bffae2b37dc7f5d7976a0afd4dc0c73d2a 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_objects.h: vlc_object_t definition.
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc_objects.h,v 1.19 2003/10/08 21:01:07 gbazin Exp $
+ * $Id: vlc_objects.h,v 1.20 2003/10/14 22:41:41 gbazin Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -48,6 +48,7 @@
 #define VLC_OBJECT_HTTPD     (-12)
 #define VLC_OBJECT_PACKETIZER (-13)
 #define VLC_OBJECT_ENCODER   (-14)
+#define VLC_OBJECT_DIALOGS   (-15)
 
 #define VLC_OBJECT_GENERIC  (-666)