summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2013-09-05 11:38:56 -0700
committerJon Gjengset <jon@thesquareplanet.com>2013-09-05 11:38:56 -0700
commit9e280fe2badb15cf747470397f76bda3b132857a (patch)
tree294d1522a3069b35d433ded9605c80c0fd0b475d /README.md
downloadmktrayicon-9e280fe2badb15cf747470397f76bda3b132857a.tar.gz
mktrayicon-9e280fe2badb15cf747470397f76bda3b132857a.tar.bz2
mktrayicon-9e280fe2badb15cf747470397f76bda3b132857a.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2c2efb5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+mktrayicon
+==========
+
+C wrapper for simply creating system tray icons
bgstack15