]> git.pld-linux.org Git - packages/glabels.git/blob - glabels-no-common.patch
- release 5 (evolution 3.46.x)
[packages/glabels.git] / glabels-no-common.patch
1 --- glabels-3.4.1/src/template-history.h.orig   2016-03-04 05:01:15.000000000 +0100
2 +++ glabels-3.4.1/src/template-history.h        2020-09-27 14:43:16.510439592 +0200
3 @@ -28,7 +28,7 @@
4  G_BEGIN_DECLS
5  
6  
7 -glTemplateHistoryModel *gl_template_history;
8 +extern glTemplateHistoryModel *gl_template_history;
9  
10  
11  void            gl_template_history_init (void);
12 --- glabels-3.4.1/src/font-history.h.orig       2016-03-04 05:01:15.000000000 +0100
13 +++ glabels-3.4.1/src/font-history.h    2020-09-27 14:43:46.635333431 +0200
14 @@ -28,7 +28,7 @@
15  G_BEGIN_DECLS
16  
17  
18 -glFontHistoryModel *gl_font_history;
19 +extern glFontHistoryModel *gl_font_history;
20  
21  
22  void            gl_font_history_init (void);
This page took 0.027404 seconds and 3 git commands to generate.