summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLenni <[email protected]>2021-03-07 16:12:34 +0100
committerLenni <[email protected]>2021-03-07 16:12:34 +0100
commitd8c044d9e986a90d017567a2be538801b98a9243 (patch)
treedc3338e5eb6cf129133ff9be5d1ee0f467adf3bc
parent45de451c0cbda69310da95f005f53cf232467ebe (diff)
more info
-rw-r--r--examples/shapes/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/shapes/main.go b/examples/shapes/main.go
index df733e1..d2f8132 100644
--- a/examples/shapes/main.go
+++ b/examples/shapes/main.go
@@ -3,6 +3,8 @@
// https://x.org/releases/X11R7.5/doc/libxcb/tutorial/#drawingprim
// Four points, a single polyline, two line segments,
// two rectangle and two arcs are drawn.
+// In addition to this, we will also write some text
+// and fill a rectangle.
package main
import (