diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:21:13 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:24:29 -0500 |
commit | a22358c0c0ed5d9c946816c4212d534ef5f6f378 (patch) | |
tree | 8efa5819f62833c01a95bedfade1fe51809dd87a /gdk/gdkcursor.c | |
parent | 76447c3512f083a11e716d10ade774ade929b2dd (diff) | |
download | gtk+-a22358c0c0ed5d9c946816c4212d534ef5f6f378.tar.gz |
docs: use ` instead of <literal>
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index f4e9417f24..9f8603fc68 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -296,9 +296,9 @@ gdk_cursor_new_from_name (GdkDisplay *display, * gdk_display_get_maximal_cursor_size() give information about * cursor sizes. * - * If @x or @y are <literal>-1</literal>, the pixbuf must have + * If @x or @y are `-1`, the pixbuf must have * options named "x_hot" and "y_hot", resp., containing - * integer values between <literal>0</literal> and the width resp. height of + * integer values between `0` and the width resp. height of * the pixbuf. (Since: 3.0) * * On the X backend, support for RGBA cursors requires a |