diff options
| author | Lenni <[email protected]> | 2021-03-07 16:12:34 +0100 |
|---|---|---|
| committer | Lenni <[email protected]> | 2021-03-07 16:12:34 +0100 |
| commit | d8c044d9e986a90d017567a2be538801b98a9243 (patch) | |
| tree | dc3338e5eb6cf129133ff9be5d1ee0f467adf3bc | |
| parent | 45de451c0cbda69310da95f005f53cf232467ebe (diff) | |
more info
| -rw-r--r-- | examples/shapes/main.go | 2 |
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 ( |
