diff src/audacious/ui_skinned_window.h @ 2525:ddd127429fc6 trunk

[svn] - move the GC into the SkinnedWindow class.
author nenolod
date Thu, 15 Feb 2007 00:33:21 -0800
parents 319b10203d7c
children ade60a2c52fb
line wrap: on
line diff
--- a/src/audacious/ui_skinned_window.h	Thu Feb 15 00:14:11 2007 -0800
+++ b/src/audacious/ui_skinned_window.h	Thu Feb 15 00:33:21 2007 -0800
@@ -36,6 +36,7 @@
   gint x,y;
 
   GList *widget_list;
+  GdkGC *gc;
 };
 
 struct _SkinnedWindowClass
@@ -43,6 +44,7 @@
   GtkWindowClass        parent_class;
 };
 
+extern GType ui_skinned_window_get_type(void);
 extern GtkWidget *ui_skinned_window_new(GtkWindowType type, const gchar *wmclass_name);
 extern void ui_skinned_window_widgetlist_associate(GtkWidget * widget, Widget * w);
 extern void ui_skinned_window_widgetlist_dissociate(GtkWidget * widget, Widget * w);