summaryrefslogtreecommitdiff
path: root/gtk/paper_names_offsets.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-05-23 17:49:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-05-23 17:49:34 +0000
commit451b0a7bfd6c3690884a81f633f02c36cbcc2afe (patch)
tree0b8e00e39d058f42ec5462084f8587bb041754be /gtk/paper_names_offsets.c
parent1a534510aa3f21bb8a101c6b3b40f32b6f178aa4 (diff)
downloadgtk+-451b0a7bfd6c3690884a81f633f02c36cbcc2afe.tar.gz
Add some missing symbols.
2007-05-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gdk/x11/xsettings-common.h: * gdk/gdk.symbols: Add some missing symbols. * gtk/paper_names_offsets.c: * gtk/gen-paper-names.c: Make variables static. * gtk/gtktooltip.[hc]: * gtk/gtkvolumebutton.c: * gtk/gtkscalebutton.c: Fix up symbol aliasing. svn path=/trunk/; revision=17899
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 2d213ddff6..c640c8c888 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[] =
+static const char 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[] = {
+static const PaperInfo standard_names_offsets[] = {
{ 0, 711.2, 1016, 0, -1 },
{ 7, 1189, 1682, 15, -1 },
{ 20, 841, 1189, 918, 918 },
@@ -862,7 +862,7 @@ const PaperInfo standard_names_offsets[] = {
{ 3138, 273.05, 393.7, 3145, -1 },
};
-const struct {
+static const struct {
int ppd_name;
int standard_name;
} extra_ppd_names_offsets[] = {