comparison audacious/ui_playlist.h @ 1541:06329cbf186a trunk

[svn] this massive commit does the following: - seriously cleans up dependencies on the WA2-like gui code - moves all of the WA2 stuff into a seperate library (libwidgets.a) - makes things less icky in the player tree
author nenolod
date Wed, 09 Aug 2006 02:47:22 -0700
parents 705d4c089fce
children 697a073fd4f5
comparison
equal deleted inserted replaced
1540:237bb7c97759 1541:06329cbf186a
23 #define PLAYLISTWIN_H 23 #define PLAYLISTWIN_H
24 24
25 #include <glib.h> 25 #include <glib.h>
26 26
27 #include "mainwin.h" 27 #include "mainwin.h"
28 #include "pbutton.h" 28 #include "widgets/pbutton.h"
29 #include "playlist_list.h" 29 #include "widgets/playlist_list.h"
30 30
31 31
32 #define PLAYLISTWIN_FRAME_TOP_HEIGHT 20 32 #define PLAYLISTWIN_FRAME_TOP_HEIGHT 20
33 #define PLAYLISTWIN_FRAME_BOTTOM_HEIGHT 38 33 #define PLAYLISTWIN_FRAME_BOTTOM_HEIGHT 38
34 #define PLAYLISTWIN_FRAME_LEFT_WIDTH 12 34 #define PLAYLISTWIN_FRAME_LEFT_WIDTH 12