]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserwidget.c
Start a set of automated tests for the file chooser. The only test in
[~andy/gtk] / gtk / gtkfilechooserwidget.c
index 645b0b0d57f876034182382675bedbaa2f6381e7..c065f67f65deaa47c048fffbe28fbce22ca07412 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <config.h>
+#include "gtkfilechooserprivate.h"
 #include "gtkfilechooserwidget.h"
 #include "gtkfilechooserdefault.h"
 #include "gtkfilechooserutils.h"
 #include "gtkintl.h"
 #include "gtkalias.h"
 
-struct _GtkFileChooserWidgetPrivate
-{
-  GtkWidget *impl;
-
-  char *file_system;
-};
-
 #define GTK_FILE_CHOOSER_WIDGET_GET_PRIVATE(o)  (GTK_FILE_CHOOSER_WIDGET (o)->priv)
 
 static void gtk_file_chooser_widget_class_init   (GtkFileChooserWidgetClass *class);