dockapps/wmkeys
Doug Torrance 7d77c17cc1 wmgeneral: Remove inline keywords.
Previously, if we attempted to build using C99 or later, we got "inline
function declared but never defined" warnings and eventual "undefined
reference" errors.  As a result, it fails to build from source using gcc5.

However, if we move the definitions to list.h and add "extern inline"
declarations to list.c, which does compile using C99 and later, then it no
longer compiles using gnu90, the default for gcc4.

To avoid this mess, we remove the inline keywords altogether.

Note that this fixes Debian bugs for wmifs [1], wmppp.app [2], and
wmtime [3].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778170
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778172
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778174
2015-05-20 10:44:40 +01:00
..
wmgeneral wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +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 Remove trailing whitespace. 2014-10-05 19:18:49 +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.