summaryrefslogtreecommitdiff
path: root/gtk/paper_names_offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/paper_names_offsets.c')
-rw-r--r--gtk/paper_names_offsets.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/paper_names_offsets.c b/gtk/paper_names_offsets.c
index 2d213ddff..0d4cfd4f4 100644
--- a/gtk/paper_names_offsets.c
+++ b/gtk/paper_names_offsets.c
@@ -331,7 +331,7 @@ N_("paper size|ROC 16k")
N_("paper size|ROC 8k")
#endif
-const char paper_names[] =
+const char _gtk_paper_names[] =
"asme_f\0"
"iso_2a0\0"
"A0x2\0"
@@ -695,7 +695,7 @@ typedef struct {
int ppd_name;
} PaperInfo;
-const PaperInfo standard_names_offsets[] = {
+const PaperInfo _gtk_standard_names_offsets[] = {
{ 0, 711.2, 1016, 0, -1 },
{ 7, 1189, 1682, 15, -1 },
{ 20, 841, 1189, 918, 918 },
@@ -865,7 +865,7 @@ const PaperInfo standard_names_offsets[] = {
const struct {
int ppd_name;
int standard_name;
-} extra_ppd_names_offsets[] = {
+} _gtk_extra_ppd_names_offsets[] = {
{ 634, 743 },
{ 766, 756 },
{ 779, 769 },