changeset: 3:3452fe0d04a2
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Sat Aug 02 19:36:01 2008 +0100
files: LICENSE config.mk wmname.c
description:
prepared first release
diff -r fe028da8a067 -r 3452fe0d04a2 LICENSE
--- a/LICENSE Tue Jun 17 10:29:33 2008 +0100
+++ b/LICENSE Sat Aug 02 19:36:01 2008 +0100
@@ -1,6 +1,6 @@
MIT/X Consortium License
-© 2008 Anselm R. Garbe <garbeam at gmail dot com>
+© 2008 Anselm R Garbe <garbeam at gmail dot com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff -r fe028da8a067 -r 3452fe0d04a2 config.mk
--- a/config.mk Tue Jun 17 10:29:33 2008 +0100
+++ b/config.mk Sat Aug 02 19:36:01 2008 +0100
@@ -1,5 +1,5 @@
# wmname version
-VERSION = 0.2
+VERSION = 0.1
# Customize below to fit your system
diff -r fe028da8a067 -r 3452fe0d04a2 wmname.c
--- a/wmname.c Tue Jun 17 10:29:33 2008 +0100
+++ b/wmname.c Sat Aug 02 19:36:01 2008 +0100
@@ -27,12 +27,12 @@
Atom netwmcheck, netwmname, utf8_string, real;
if(argc > 2)
- eprint("usage: setwmname [name] [-v]\n");
+ eprint("usage: wmname [name] [-v]\n");
else if(argc == 2 && !strncmp(argv[1], "-v", 3))
- eprint("setwmname-"VERSION", © 2008 Anselm R Garbe\n", stdout);
+ eprint("wmname-"VERSION", © 2008 Anselm R Garbe\n", stdout);
if(!(dpy = XOpenDisplay(0)))
- eprint("setwmname: cannot open display\n");
+ eprint("wmname: cannot open display\n");
root = DefaultRootWindow(dpy);
netwmcheck = XInternAtom(dpy, "_NET_SUPPORTING_WM_CHECK", False);
netwmname = XInternAtom(dpy, "_NET_WM_NAME", False);
Received on Sat Aug 02 2008 - 18:36:05 UTC
This archive was generated by hypermail 2.2.0 : Sat Aug 02 2008 - 18:48:03 UTC