Don't hide and show HildonBanner when the screen size changes
[hildon] / examples / hildon-touch-selector-entry-example.c
index fd71ad6..46e0f48 100644 (file)
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <glib.h>
-#include <gtk/gtk.h>
+#include                                        <glib.h>
+#include                                        <gtk/gtk.h>
 
-#include "hildon.h"
+#include                                        <hildon/hildon.h>
 
 static const gchar* artists [] = {
   "AC/DC",
@@ -59,7 +59,7 @@ static const gchar* artists [] = {
 };
 
 int
-main (int argc, char **args)
+main (int argc, char **argv)
 {
   HildonProgram *program = NULL;
   GtkWidget *window = NULL;
@@ -67,7 +67,7 @@ main (int argc, char **args)
   GtkWidget *selector;
   gint i;
 
-  gtk_init (&argc, &args);
+  hildon_gtk_init (&argc, &argv);
 
   program = hildon_program_get_instance ();
   g_set_application_name