make static.
2002-01-31 Mark McLoughlin <mark@skynet.ie> * gdk/gdkimage.c: (scratch_image_info_for_depth): make static. * gdk/x11/gdkimage-x11.c: (get_full_image): ditto. * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device): renamed from gxid_(claim|release)_device. * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window), (_gdk_input_disable_window): upd for gxid change. * gtk/gtkimage.c: (animation_timeout): make static. * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make static. * gtk/gtktextutil.c: (bidi_menu_entries): make static.
This commit is contained in:
committed by
Mark McLoughlin
parent
bb3ddb39f6
commit
60dd9e5477
@ -42,7 +42,7 @@ struct _GtkTextUtilCallbackInfo
|
||||
gpointer data;
|
||||
};
|
||||
|
||||
GtkUnicodeMenuEntry bidi_menu_entries[] = {
|
||||
static GtkUnicodeMenuEntry bidi_menu_entries[] = {
|
||||
{ N_("LRM _Left-to-right mark"), 0x200E },
|
||||
{ N_("RLM _Right-to-left mark"), 0x200F },
|
||||
{ N_("LRE Left-to-right _embedding"), 0x202A },
|
||||
|
||||
Reference in New Issue
Block a user