summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkevents-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-23 13:03:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-23 13:03:56 +0000
commitb139a59978acc48c20d370ab418072e69a3972a3 (patch)
tree8c93611a987cf455a7a9f920e04add6d6e1a1b08 /gdk/x11/gdkevents-x11.c
parent3b79c66136e1c4bef99ce627cd34ba7c986f6ae3 (diff)
downloadgdk-pixbuf-b139a59978acc48c20d370ab418072e69a3972a3.tar.gz
Make set_user_time() static. _-prefix calls of
2004-04-23 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkevents-x11.c (set_user_time): Make set_user_time() static. * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): _-prefix calls of gdk_x11_window_set_user_time().
Diffstat (limited to 'gdk/x11/gdkevents-x11.c')
-rw-r--r--gdk/x11/gdkevents-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c
index cfcb734bd..37112363b 100644
--- a/gdk/x11/gdkevents-x11.c
+++ b/gdk/x11/gdkevents-x11.c
@@ -802,7 +802,7 @@ static const char notify_details[][22] = {
};
#endif
-void
+static void
set_user_time (GdkWindow *window,
GdkEvent *event)
{