Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311133
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +11 lines)
Line  Link Here
0
-- xournal-0.4.5/src/ttsubset/sft.c
0
++ xournal-0.4.5/src/ttsubset/sft.c
Lines 47-52 Link Here
47
#include <stdlib.h>
47
#include <stdlib.h>
48
#include <string.h>
48
#include <string.h>
49
#include <fcntl.h>
49
#include <fcntl.h>
50
#ifdef HAVE_UNISTD_H
51
#include <unistd.h>
52
#endif
50
#include "sft.h"
53
#include "sft.h"
51
#ifdef USE_GSUB
54
#ifdef USE_GSUB
52
#include "gsub.h"
55
#include "gsub.h"
53
-- xournal-0.4.5/src/xo-file.c
56
++ xournal-0.4.5/src/xo-file.c
Lines 25-30 Link Here
25
#include "xo-misc.h"
25
#include "xo-misc.h"
26
#include "xo-file.h"
26
#include "xo-file.h"
27
#include "xo-paint.h"
27
#include "xo-paint.h"
28
#include "xo-shapes.h"
28
29
29
const char *tool_names[NUM_TOOLS] = {"pen", "eraser", "highlighter", "text", "", "selectrect", "vertspace", "hand"};
30
const char *tool_names[NUM_TOOLS] = {"pen", "eraser", "highlighter", "text", "", "selectrect", "vertspace", "hand"};
30
const char *color_names[COLOR_MAX] = {"black", "blue", "red", "green",
31
const char *color_names[COLOR_MAX] = {"black", "blue", "red", "green",
31
-- xournal-0.4.5/src/xo-shapes.c
32
++ xournal-0.4.5/src/xo-shapes.c
Lines 10-15 Link Here
10
#include "xournal.h"
10
#include "xournal.h"
11
#include "xo-shapes.h"
11
#include "xo-shapes.h"
12
#include "xo-paint.h"
12
#include "xo-paint.h"
13
#include "xo-misc.h"
13
14
14
typedef struct Inertia {
15
typedef struct Inertia {
15
  double mass, sx, sy, sxx, sxy, syy;
16
  double mass, sx, sy, sxx, sxy, syy;
16
-- xournal-0.4.5/src/xo-paint.h
17
++ xournal-0.4.5/src/xo-paint.h
Lines 40-42 Link Here
40
struct Item *click_is_in_text(struct Layer *layer, double x, double y);
40
struct Item *click_is_in_text(struct Layer *layer, double x, double y);
41
void refont_text_item(struct Item *item, gchar *font_name, double font_size);
41
void refont_text_item(struct Item *item, gchar *font_name, double font_size);
42
void process_font_sel(gchar *str);
42
void process_font_sel(gchar *str);
43
44
void subdivide_cur_path(null);

Return to bug 311133