diff options
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r-- | gdk/gdkevents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index a1eedf6fdf..e5eb17ecf2 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -533,7 +533,7 @@ struct _GdkEventAny * @area: bounding box of @region. * @region: the region that needs to be redrawn. * @count: the number of contiguous %GDK_EXPOSE events following this one. - * The only use for this is "exposure compression", i.e. handling all + * The only use for this is “exposure compression”, i.e. handling all * contiguous %GDK_EXPOSE events in one go, though GDK performs some * exposure compression so this is not normally needed. * |