Use proper quotes in gdk

This commit is contained in:
William Jon McCann
2014-02-05 14:50:22 -05:00
parent 2a45418b67
commit 47469eb296
15 changed files with 59 additions and 59 deletions

View File

@ -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.
*