diff src/audacious/ui_skinned_button.h @ 3006:3c4ed53a685f trunk

use ui_skinned_set_push_button_data instead accessing values directly
author Tomasz Mon <desowin@gmail.com>
date Sun, 08 Jul 2007 20:33:32 +0200
parents 3db40ad79fd9
children 1912eba1004b
line wrap: on
line diff
--- a/src/audacious/ui_skinned_button.h	Sun Jul 08 19:56:51 2007 +0200
+++ b/src/audacious/ui_skinned_button.h	Sun Jul 08 20:33:32 2007 +0200
@@ -51,11 +51,8 @@
 	gboolean hover : 1;
 	gboolean inside : 1;
 	gint type;
-	//Skinned part, used in ui_playlist.c
-	gint x, y, nx, ny, px, py;
 
-	//Toogle button needs also those
-	gint pnx, pny, ppx, ppy;
+	gint x, y;
 };
 
 struct _UiSkinnedButtonClass {