patches/libsexy-01-gtk-includes.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 16041 b7a652664558
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16041
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     1
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h libsexy-0.1.11/libsexy/sexy-icon-entry.h
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     2
--- libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h	2009-07-16 13:34:48.418224933 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     3
+++ libsexy-0.1.11/libsexy/sexy-icon-entry.h	2009-07-16 13:38:56.137387699 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     4
@@ -25,8 +25,7 @@
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     5
 typedef struct _SexyIconEntryClass SexyIconEntryClass;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     6
 typedef struct _SexyIconEntryPriv  SexyIconEntryPriv;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     7
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     8
-#include <gtk/gtkentry.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     9
-#include <gtk/gtkimage.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    10
+#include <gtk/gtk.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    11
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    12
 #define SEXY_TYPE_ICON_ENTRY (sexy_icon_entry_get_type())
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    13
 #define SEXY_ICON_ENTRY(obj) \
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    14
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h libsexy-0.1.11/libsexy/sexy-spell-entry.h
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    15
--- libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h	2009-07-16 13:34:48.417069250 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    16
+++ libsexy-0.1.11/libsexy/sexy-spell-entry.h	2009-07-16 13:38:04.936434183 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    17
@@ -25,7 +25,7 @@
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    18
 typedef struct _SexySpellEntryClass SexySpellEntryClass;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    19
 typedef struct _SexySpellEntryPriv  SexySpellEntryPriv;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    20
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    21
-#include <gtk/gtkentry.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    22
+#include <gtk/gtk.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    23
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    24
 #define SEXY_TYPE_SPELL_ENTRY            (sexy_spell_entry_get_type())
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    25
 #define SEXY_SPELL_ENTRY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_SPELL_ENTRY, SexySpellEntry))
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    26
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tooltip.h libsexy-0.1.11/libsexy/sexy-tooltip.h
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    27
--- libsexy-0.1.11.orig/libsexy/sexy-tooltip.h	2009-07-16 13:34:48.417888363 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    28
+++ libsexy-0.1.11/libsexy/sexy-tooltip.h	2009-07-16 13:38:41.097310704 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    29
@@ -24,7 +24,7 @@
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    30
 typedef struct _SexyTooltip      SexyTooltip;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    31
 typedef struct _SexyTooltipClass SexyTooltipClass;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    32
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    33
-#include <gtk/gtkwindow.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    34
+#include <gtk/gtk.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    35
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    36
 #define SEXY_TYPE_TOOLTIP            (sexy_tooltip_get_type())
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    37
 #define SEXY_TOOLTIP(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TOOLTIP, SexyTooltip))
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    38
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tree-view.h libsexy-0.1.11/libsexy/sexy-tree-view.h
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    39
--- libsexy-0.1.11.orig/libsexy/sexy-tree-view.h	2009-07-16 13:34:48.417439355 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    40
+++ libsexy-0.1.11/libsexy/sexy-tree-view.h	2009-07-16 13:38:19.392545546 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    41
@@ -26,7 +26,7 @@
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    42
 typedef struct _SexyTreeViewClass SexyTreeViewClass;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    43
 typedef struct _SexyTreeViewPriv  SexyTreeViewPriv;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    44
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    45
-#include <gtk/gtktreeview.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    46
+#include <gtk/gtk.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    47
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    48
 #define SEXY_TYPE_TREE_VIEW            (sexy_tree_view_get_type())
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    49
 #define SEXY_TREE_VIEW(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TREE_VIEW, SexyTreeView))
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    50
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-url-label.h libsexy-0.1.11/libsexy/sexy-url-label.h
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    51
--- libsexy-0.1.11.orig/libsexy/sexy-url-label.h	2009-07-16 13:34:48.418295356 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    52
+++ libsexy-0.1.11/libsexy/sexy-url-label.h	2009-07-16 13:39:04.313433823 +0100
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    53
@@ -24,7 +24,7 @@
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    54
 typedef struct _SexyUrlLabel      SexyUrlLabel;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    55
 typedef struct _SexyUrlLabelClass SexyUrlLabelClass;
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    56
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    57
-#include <gtk/gtklabel.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    58
+#include <gtk/gtk.h>
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    59
 
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    60
 #define SEXY_TYPE_URL_LABEL (sexy_url_label_get_type())
b7a652664558 2009-07-16 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    61
 #define SEXY_URL_LABEL(obj) \