diff audacious/equalizer.c @ 424:d7d70779c074 trunk

[svn] Buttons are now tri-state, meaning they have both callbacks for push and release. This can be used for creating timers between the two points of push and release (for instance, to allow the rewind/forward buttons to seek through songs if they are not exited immediately)
author nenolod
date Fri, 13 Jan 2006 20:03:07 -0800
parents 5c457dac866a
children 3c43e25ddc7d
line wrap: on
line diff
--- a/audacious/equalizer.c	Fri Jan 13 19:18:38 2006 -0800
+++ b/audacious/equalizer.c	Fri Jan 13 20:03:07 2006 -0800
@@ -687,7 +687,7 @@
     equalizerwin_shade =
         create_pbutton_ex(&equalizerwin_wlist, equalizerwin_bg,
                           equalizerwin_gc, 254, 3, 9, 9, 254, 137, 1, 38,
-                          equalizerwin_shade_toggle, SKIN_EQMAIN, SKIN_EQ_EX);
+                          equalizerwin_shade_toggle, NULL, SKIN_EQMAIN, SKIN_EQ_EX);
     equalizerwin_shade->pb_allow_draw = FALSE;
 
     equalizerwin_graph =