diff audacious/mainwin.h @ 1893:1830d09e33bf trunk

[svn] - integrate A-B patch, with a few changes: + the A-B indicator is not compatible with freeform skins and as such has been removed. once I add textbox_set_text_delayed() i will add a new indicator
author nenolod
date Mon, 23 Oct 2006 12:56:12 -0700
parents f83d206f51b7
children f18a5b617c34
line wrap: on
line diff
--- a/audacious/mainwin.h	Mon Oct 23 11:42:56 2006 -0700
+++ b/audacious/mainwin.h	Mon Oct 23 12:56:12 2006 -0700
@@ -83,7 +83,9 @@
     MAINWIN_GENERAL_QUEUE,
     MAINWIN_GENERAL_CQUEUE,
     MAINWIN_GENERAL_VOLUP,
-    MAINWIN_GENERAL_VOLDOWN
+    MAINWIN_GENERAL_VOLDOWN,
+    MAINWIN_GENERAL_SETAB,
+    MAINWIN_GENERAL_CLEARAB
 };
 
 extern GtkWidget *mainwin;