]> git.pld-linux.org Git - packages/vim.git/blob - vim-bonobo.patch
- new
[packages/vim.git] / vim-bonobo.patch
1 --- vim62/src/container.c.wiget 2004-01-13 16:14:21.523886547 +0100
2 +++ vim62/src/container.c       2004-01-13 16:14:21.875826833 +0100
3 @@ -1,3 +1,6 @@
4 +#include "auto/config.h"
5 +
6 +#ifdef FEAT_GUI_COMPONENT
7  
8  #include <bonobo.h>
9  #include <glib.h>
10 @@ -264,3 +267,4 @@
11  
12      return 0;
13  }
14 +#endif /* FEAT_GUI_COMPONENT */
15 --- vim62/src/gtkhtml_editor.c.wiget    2004-01-13 16:14:21.547882475 +0100
16 +++ vim62/src/gtkhtml_editor.c  2004-01-13 16:14:53.511461070 +0100
17 @@ -1,4 +1,7 @@
18  #include "vim.h"
19 +#include "auto/config.h"
20 +
21 +#ifdef FEAT_GUI_COMPONENT
22  
23  #include <bonobo.h>
24  #include "gtkhtml_editor.h"
25 @@ -383,3 +386,4 @@
26  
27         return ee;
28  }
29 +#endif /* FEAT_GUI_COMPONENT */
30 --- vim62/src/gtkhtml_editor_common.c.wiget     2004-01-13 16:14:21.550881966 +0100
31 +++ vim62/src/gtkhtml_editor_common.c   2004-01-13 16:14:21.887824798 +0100
32 @@ -2,6 +2,10 @@
33   * This file was generated by orbit-idl-2 - DO NOT EDIT!
34   */
35  
36 +#include "auto/config.h"
37 +
38 +#ifdef FEAT_GUI_COMPONENT
39 +
40  #include <string.h>
41  #define ORBIT2_STUBS_API
42  #define ORBIT_IDL_C_COMMON
43 @@ -304,3 +308,4 @@
44                                     FALSE},
45     {2, 2, GNOME_GtkHTML_Editor_Engine__base_itypes, FALSE}
46  };
47 +#endif /* FEAT_GUI_COMPONENT */
48 --- vim62/src/gtkhtml_editor_skels.c.wiget      2004-01-13 16:14:21.552881627 +0100
49 +++ vim62/src/gtkhtml_editor_skels.c    2004-01-13 16:14:21.888824628 +0100
50 @@ -2,6 +2,10 @@
51   * This file was generated by orbit-idl-2 - DO NOT EDIT!
52   */
53  
54 +#include "auto/config.h"
55 +
56 +#ifdef FEAT_GUI_COMPONENT
57 +
58  #include <string.h>
59  #define ORBIT2_STUBS_API
60  #include "gtkhtml.h"
61 @@ -656,3 +660,4 @@
62     POA_Bonobo_Unknown__fini(servant, env);
63     PortableServer_ServantBase__fini(servant, env);
64  }
65 +#endif /* FEAT_GUI_COMPONENT */
66 --- vim62/src/gtkhtml_editor_stubs.c.wiget      2004-01-13 16:14:21.554881288 +0100
67 +++ vim62/src/gtkhtml_editor_stubs.c    2004-01-13 16:14:21.889824459 +0100
68 @@ -2,6 +2,10 @@
69   * This file was generated by orbit-idl-2 - DO NOT EDIT!
70   */
71  
72 +#include "auto/config.h"
73 +
74 +#ifdef FEAT_GUI_COMPONENT
75 +
76  #include <string.h>
77  #define ORBIT2_STUBS_API
78  #include "gtkhtml.h"
79 @@ -494,3 +498,4 @@
80     }
81     return _ORBIT_retval;
82  }
83 +#endif /* FEAT_GUI_COMPONENT */
84 --- vim62/src/vim_bonobo_control.c.wiget        2004-01-13 16:14:21.594874502 +0100
85 +++ vim62/src/vim_bonobo_control.c      2004-01-13 16:14:21.890824289 +0100
86 @@ -5,9 +5,13 @@
87   *   Jason Hildebrand <jason@peaceworks.ca>
88   *
89   */
90 +
91  #include <stdio.h>
92  
93  #include "vim.h"
94 +
95 +#ifdef FEAT_GUI_COMPONENT
96 +
97  #include "vim_bonobo_control.h"
98  #include "gtkhtml_editor.h"
99  
100 @@ -609,4 +613,4 @@
101  
102         return vim_control_construct (control);
103  }
104 -
105 +#endif /* FEAT_GUI_COMPONENT */
106 --- vim62/src/vim_bonobo_factory.c.wiget        2004-01-13 16:14:21.596874163 +0100
107 +++ vim62/src/vim_bonobo_factory.c      2004-01-13 16:14:21.891824119 +0100
108 @@ -7,6 +7,9 @@
109   */
110  
111  #include "vim.h"
112 +
113 +#ifdef FEAT_GUI_COMPONENT
114 +
115  #include "version.h"
116  #include <bonobo/bonobo-generic-factory.h>
117  #include "vim_bonobo_control.h"
118 @@ -70,4 +73,4 @@
119      }
120      return 1;
121  }
122 -
123 +#endif /* FEAT_GUI_COMPONENT */
124 --- vim62/src/vim_bonobo_main.c.wiget   2004-01-13 16:14:21.597873993 +0100
125 +++ vim62/src/vim_bonobo_main.c 2004-01-13 16:14:21.892823950 +0100
126 @@ -1,6 +1,10 @@
127  /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
128  #include "vim.h"
129  
130 +#include "auto/config.h"
131 +
132 +#ifdef FEAT_GUI_COMPONENT
133 +
134  #include <glib/gmain.h>
135  #include <glib-object.h>
136  #include <bonobo/Bonobo.h>
137 @@ -96,3 +100,4 @@
138      }
139  }
140  
141 +#endif /* FEAT_GUI_COMPONENT */
This page took 0.049922 seconds and 3 git commands to generate.