summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2023-06-18 21:05:34 +0200
committerWalter Harms <wharms@bfs.de>2023-06-18 21:05:34 +0200
commit571c764ace3d4415531641db3dee0c2b066edc10 (patch)
tree75fbfe71baca6aeb27d56b5e0ab016c649f5669f
parent55c2ab7cd46efb17f59f18d22307fcf5b26f3692 (diff)
expand for simple widget demo
-rw-r--r--examples/makefile2
-rw-r--r--examples/readme.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index bb613e5..7559e3d 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -3,7 +3,7 @@ CC=gcc
CFLAGS=-Wall -g -I/usr/include/X11
LDFLAGS=-L.
LOADLIBES= -lX11 -lXt -lXaw
-FILES=viewport toggle strip scrollbar repeater pane menu list xawhisto
+FILES=viewport toggle strip scrollbar repeater pane menu list xawhisto simple
all: $(FILES)
diff --git a/examples/readme.md b/examples/readme.md
index 5e4a392..f95b4b7 100644
--- a/examples/readme.md
+++ b/examples/readme.md
@@ -52,3 +52,6 @@ viewport
xawhisto
use the scollbar to show a value
+
+simple
+ use the simple widget to show the xlogo, needs libXmu