comparison src/audacious/ui_skinned_menurow.h @ 3105:1912eba1004b audacious-1.4.0-dr1

cleaning
author Tomasz Mon <desowin@gmail.com>
date Thu, 19 Jul 2007 16:21:31 +0200
parents 5ae86bc2233d
children 3b6d316f8b09
comparison
equal deleted inserted replaced
3104:992250ce4cc7 3105:1912eba1004b
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23 */ 23 */
24 24
25 #ifndef UISKINNEDMENUROW_H 25 #ifndef UISKINNEDMENUROW_H
26 #define UISKINNEDMENUROW_H 26 #define UISKINNEDMENUROW_H
27
28 #include <gdk/gdk.h>
29 #include <gtk/gtkadjustment.h>
30 #include <gtk/gtkwidget.h>
31 27
32 #ifdef __cplusplus 28 #ifdef __cplusplus
33 extern "C" { 29 extern "C" {
34 #endif 30 #endif
35 31