From: Matthias Clasen Date: Sun, 5 Nov 2017 16:24:12 +0000 (-0500) Subject: Expand the cursors demo text X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~23^2~850 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08be6651d6c5ca63e5226d6f5d6a32082177fef5;p=gtk4.git Expand the cursors demo text Explain what why we show each cursor 4 times. --- diff --git a/demos/gtk-demo/cursors.c b/demos/gtk-demo/cursors.c index 39bf801480..275dab06d1 100644 --- a/demos/gtk-demo/cursors.c +++ b/demos/gtk-demo/cursors.c @@ -1,6 +1,9 @@ /* Cursors * - * Demonstrates a useful set of available cursors. + * Demonstrates a useful set of available cursors. The cursors shown here are the ones + * defined by CSS, which we assume to be available. + * + * The example shows creating cursors by name or from an image, with or without a fallback. */ #include