diff options
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r-- | gdk/gdkevents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index a490548a7f..aebca9e4a3 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -993,11 +993,11 @@ struct _GdkEventOwnerChange * @device: the master device that the event originated from. Use * gdk_event_get_source_device() to get the slave device. * - * Proximity events are generated when using GDK's wrapper for the + * Proximity events are generated when using GDK’s wrapper for the * XInput extension. The XInput extension is an add-on for standard X * that allows you to use nonstandard devices such as graphics tablets. * A proximity event indicates that the stylus has moved in or out of - * contact with the tablet, or perhaps that the user's finger has moved + * contact with the tablet, or perhaps that the user’s finger has moved * in or out of contact with a touch screen. * * This event type will be used pretty rarely. It only is important for |