[SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-6-gfe6d102

Jonny Lamb jonny at debian.org
Tue Aug 3 19:43:50 UTC 2010


The following commit has been merged in the debian-patches branch:
commit f125ce94896125b8ed3ed891810740ea2c7f0f12
Author: Jonny Lamb <jonny at debian.org>
Date:   Sun Aug 1 16:09:18 2010 -0400

    Define HildonUIMode.
    
    whut?
    
    Signed-off-by: Jonny Lamb <jonny at debian.org>

diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h
index 1037885..9b31771 100644
--- a/hildon/hildon-gtk.h
+++ b/hildon/hildon-gtk.h
@@ -32,6 +32,12 @@ typedef enum {
    HILDON_SIZE_AUTO                             = (HILDON_SIZE_AUTO_WIDTH | HILDON_SIZE_AUTO_HEIGHT)
 }                                               HildonSizeType;
 
+typedef enum
+{
+  HILDON_UI_MODE_NORMAL,
+  HILDON_UI_MODE_EDIT
+} HildonUIMode;
+
 void
 hildon_gtk_widget_set_theme_size                (GtkWidget      *widget,
                                                  HildonSizeType  size);
diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c
index 6c173eb..e16b3b5 100644
--- a/hildon/hildon-touch-selector.c
+++ b/hildon/hildon-touch-selector.c
@@ -176,6 +176,7 @@
 
 #include "hildon-gtk.h"
 
+#include "hildon-enum-types.h"
 #include "hildon-pannable-area.h"
 #include "hildon-touch-selector.h"
 #include "hildon-touch-selector-private.h"
diff --git a/hildon/hildon-touch-selector.h b/hildon/hildon-touch-selector.h
index eae1add..ec0e9a8 100644
--- a/hildon/hildon-touch-selector.h
+++ b/hildon/hildon-touch-selector.h
@@ -22,6 +22,7 @@
 #define                                         __HILDON_TOUCH_SELECTOR_H__
 
 #include                                        <gtk/gtk.h>
+#include                                        "hildon-gtk.h"
 #include                                        "hildon-touch-selector-column.h"
 
 G_BEGIN_DECLS

-- 
Debian packaging for libhildon.



More information about the pkg-maemo-commits mailing list