dockapps/wmkeys
Rodolfo García Peñas (kix) 4fad0812e8 wmkeys compilation bugs
This patch solves a bug and a warning:

- The dockapp wmkeys uses the getline function, that is the same
  function provided by stdio.h. This patch changes the function
  name to getline_wmkeys.
- The main function returns void, and should return integer. This
  patch includes the return 0 at the function end and it changes
  the function prototype.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-16 09:41:07 +01:00
..
wmgeneral wmgeneral, wmsun: Use threadsafe functions. 2015-06-14 23:23:24 +01:00
COPYING Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 2012-06-05 20:45:40 +01:00
Makefile Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
README Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
wmkeys-mask.xbm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
wmkeys-master.xpm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
wmkeys.c wmkeys compilation bugs 2015-08-16 09:41:07 +01:00
wmkeysrc Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00

wmkeys
------
Copyright (C) 1999 Eric Crampton <EricCrampton@worldnet.att.net>

See the file COPYING for license information. wmkeys is distributed
under the GNU General Public License.

wmkeys is a Window Maker and AfterStep dock app which allows you to
quickly switch between different X keymaps, for example QWERTY and
Dvorak. I wrote this so I could easily switch between those two
keymaps as I learned the Dvorak mapping.

Some code was taken from existing dock applications, such as
wmtime. For more information on other dock apps available, see
http://windowmaker.mezaway.org/

For updates, see the wmkeys page at
http://home.att.net/~EricCrampton/wmkeys/

Feel free to send comments, suggestions, and patches to
EricCrampton@worldnet.att.net.