diff options
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 19 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 19 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 19 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 19 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 19 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 19 | ||||
-rw-r--r-- | gdk/gdkimage.c | 2 | ||||
-rw-r--r-- | gdk/x11/gdkimage-x11.c | 2 | ||||
-rw-r--r-- | gdk/x11/gdkinput-gxi.c | 12 | ||||
-rw-r--r-- | gdk/x11/gxid_lib.c | 8 | ||||
-rw-r--r-- | gdk/x11/gxid_lib.h | 4 | ||||
-rw-r--r-- | gtk/gtkimage.c | 2 | ||||
-rw-r--r-- | gtk/gtkstyle.c | 4 | ||||
-rw-r--r-- | gtk/gtktextutil.c | 2 |
15 files changed, 151 insertions, 18 deletions
@@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 99d0dbcb15..f640ae1bac 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,22 @@ +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. + Thu Jan 31 10:21:05 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Handle the case where diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c index e748d8f527..e4389eb9b7 100644 --- a/gdk/gdkimage.c +++ b/gdk/gdkimage.c @@ -220,7 +220,7 @@ allocate_scratch_images (GdkScratchImageInfo *info, return TRUE; } -GdkScratchImageInfo * +static GdkScratchImageInfo * scratch_image_info_for_depth (gint depth) { GSList *tmp_list; diff --git a/gdk/x11/gdkimage-x11.c b/gdk/x11/gdkimage-x11.c index 1ce5ca1d8a..c1de3d2a3d 100644 --- a/gdk/x11/gdkimage-x11.c +++ b/gdk/x11/gdkimage-x11.c @@ -420,7 +420,7 @@ gdk_image_new (GdkImageType type, return _gdk_image_new_for_depth (type, visual, width, height, -1); } -GdkImage* +static GdkImage* get_full_image (GdkDrawable *drawable, gint src_x, gint src_y, diff --git a/gdk/x11/gdkinput-gxi.c b/gdk/x11/gdkinput-gxi.c index aecb850bed..44e3acdd97 100644 --- a/gdk/x11/gdkinput-gxi.c +++ b/gdk/x11/gdkinput-gxi.c @@ -365,9 +365,9 @@ _gdk_input_enable_window (GdkWindow *window, GdkDevicePrivate *gdkdev) if (!gdkdev->claimed) { - if (gxid_claim_device(_gdk_input_gxid_host, _gdk_input_gxid_port, - gdkdev->deviceid, - GDK_WINDOW_XWINDOW(window), FALSE) != + if (_gxid_claim_device(_gdk_input_gxid_host, _gdk_input_gxid_port, + gdkdev->deviceid, + GDK_WINDOW_XWINDOW(window), FALSE) != GXID_RETURN_OK) { g_warning("Could not get device (is gxid running?)\n"); @@ -394,9 +394,9 @@ _gdk_input_disable_window (GdkWindow *window, GdkDevicePrivate *gdkdev) if (gdkdev->claimed) { - gxid_release_device(_gdk_input_gxid_host, _gdk_input_gxid_port, - gdkdev->deviceid, - GDK_WINDOW_XWINDOW(window)); + _gxid_release_device(_gdk_input_gxid_host, _gdk_input_gxid_port, + gdkdev->deviceid, + GDK_WINDOW_XWINDOW(window)); gdkdev->claimed = FALSE; } diff --git a/gdk/x11/gxid_lib.c b/gdk/x11/gxid_lib.c index 0c2a73bbf5..8394b0d77c 100644 --- a/gdk/x11/gxid_lib.c +++ b/gdk/x11/gxid_lib.c @@ -85,7 +85,7 @@ gxid_send_message(char *host, int port, GxidMessage *msg) /* claim a device. If exclusive, device is claimed exclusively */ int -gxid_claim_device(char *host, int port, GxidU32 device, GxidU32 window, +_gxid_claim_device(char *host, int port, GxidU32 device, GxidU32 window, int exclusive) { GxidClaimDevice msg; @@ -100,7 +100,7 @@ gxid_claim_device(char *host, int port, GxidU32 device, GxidU32 window, /* release a device/window pair */ int -gxid_release_device(char *host, int port, GxidU32 device, GxidU32 window) +_gxid_release_device(char *host, int port, GxidU32 device, GxidU32 window) { GxidReleaseDevice msg; msg.type = htonl(GXID_RELEASE_DEVICE); @@ -115,8 +115,8 @@ gxid_release_device(char *host, int port, GxidU32 device, GxidU32 window) /* Some compilers don't like empty source files */ int -gxid_claim_device(char *host, int port, GxidU32 device, GxidU32 window, - int exclusive) +_gxid_claim_device(char *host, int port, GxidU32 device, GxidU32 window, + int exclusive) { return 0; } diff --git a/gdk/x11/gxid_lib.h b/gdk/x11/gxid_lib.h index 6a7103bbe0..0f0d141a5f 100644 --- a/gdk/x11/gxid_lib.h +++ b/gdk/x11/gxid_lib.h @@ -1,6 +1,6 @@ #include "gxid_proto.h" -int gxid_claim_device(char *host, int port, +int _gxid_claim_device(char *host, int port, GxidU32 device, GxidU32 window, int exclusive); -int gxid_release_device(char *host, int port, GxidU32 device, +int _gxid_release_device(char *host, int port, GxidU32 device, GxidU32 window); diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 280a8d7720..a6f69e7fe9 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -1164,7 +1164,7 @@ gtk_image_unmap (GtkWidget *widget) GTK_WIDGET_CLASS (parent_class)->unmap (widget); } -gint +static gint animation_timeout (gpointer data) { GtkImage *image; diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index a88765196a..9348365c9c 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -2090,7 +2090,7 @@ gtk_default_draw_vline (GtkStyle *style, } -void +static void draw_thin_shadow (GtkStyle *style, GdkWindow *window, GtkStateType state, @@ -2130,7 +2130,7 @@ draw_thin_shadow (GtkStyle *style, } } -void +static void draw_spin_entry_shadow (GtkStyle *style, GdkWindow *window, GtkStateType state, diff --git a/gtk/gtktextutil.c b/gtk/gtktextutil.c index f6265e6703..212b159b69 100644 --- a/gtk/gtktextutil.c +++ b/gtk/gtktextutil.c @@ -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 }, |