From 7e656413ff9d6cd79964eb1d34d83ce414aba2c3 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 22 Aug 2019 12:15:41 -0700 Subject: Added simple "draw an 'X'" example. --- examples/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index a516af365..f26f7dccf 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -12,6 +12,7 @@ ALL = browser-simple$(EXEEXT) \ howto-add_fd-and-popen$(EXEEXT) \ howto-browser-with-icons$(EXEEXT) \ howto-drag-and-drop$(EXEEXT) \ + howto-draw-an-x$(EXEEXT) \ howto-menu-with-images$(EXEEXT) \ howto-parse-args$(EXEEXT) \ howto-remap-numpad-keyboard-keys$(EXEEXT) \ -- cgit v1.2.3