dockapps/wmmemload/src
Doug Torrance b938743e0f wmmemload: Be consistent in signedness of percentages.
Avoid multiple compiler warnings such as the following:
main.c: In function ‘update’:
main.c:157:4: warning: pointer targets in passing argument 1 of ‘mem_getusage’ differ in signedness [-Wpointer-sign]
    mem_getusage(&mem_usage, &swap_usage, &mem_opts);
    ^
In file included from main.c:29:0:
mem.h:16:6: note: expected ‘int *’ but argument is of type ‘unsigned int *’
 void mem_getusage(int *per_mem, int *per_swap, const struct mem_options *opts);
      ^
2014-10-10 10:09:53 +01:00
..
.xvpics wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
backlight_off.xpm wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
backlight_on.xpm wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
dockapp.c wmmemload: Remove unused variable. 2014-10-10 10:09:53 +01:00
dockapp.h wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
main.c wmmemload: Be consistent in signedness of percentages. 2014-10-10 10:09:53 +01:00
Makefile.am wmmemload: Use sysctl to get memory usage in FreeBSD. 2014-10-10 10:09:52 +01:00
mem.h wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
mem_freebsd.c wmmemload: Use sysctl to get memory usage in FreeBSD. 2014-10-10 10:09:52 +01:00
mem_gnu.c wmmemload: Fix FTBFS on the Hurd. 2014-10-07 21:45:40 +01:00
mem_linux.c wmmemload: Fix version check for kernel 3.0. 2014-10-04 08:13:16 +01:00
mem_openbsd.c Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
mem_solaris.c wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00
parts.xpm wmmemload: Add version 0.1.6 to repository. 2014-10-04 08:13:15 +01:00