Commit Graph

25 Commits

Author SHA1 Message Date
David du Colombier 455972bcd4 fix memset of struts in ewmh_getstrut 2023-06-25 20:40:52 +02:00
David du Colombier 3acb239918 fix build with GCC 10 and upper
GCC switched default from -fcommon to -fno-common,
leading to the following compilation errors:

multiple definition of `argv0'
multiple definition of `display'
multiple definition of `scr'
multiple definition of `font'
multiple definition of `cnorm'
multiple definition of `csel'
multiple definition of `debugflag'
multiple definition of `debugfile'
multiple definition of `cursor'
multiple definition of `framehandler'
multiple definition of `NM'
2021-10-15 22:12:16 +02:00
David du Colombier d1acb57db2 fix warnings
This change fixes the following warnings:

lib/libstuff/x11/keys/parsekey.c:73:2: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
cmd/strut/ewmh.c:23:27: warning: ‘sizeof’ on array function parameter ‘struts’ will return size of ‘Rectangle *’ {aka ‘struct Rectangle *’} [-Wsizeof-array-argument]
cmd/wmii/key.c:109:3: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
cmd/wmii/dat.h:108:7: warning: comparison of constant ‘2’ with boolean expression is always false [-Wbool-compare]
2019-09-30 22:03:43 +02:00
Kris Maglione d9486fa419 [guide] Some updates to wmii.pdf to track the man pages. 2010-06-16 18:32:09 -04:00
Kris Maglione e5e4ff284d Fix last commit. 2010-06-11 23:48:29 -04:00
Kris Maglione 20f317dd6a Add locale charset crud. 2010-06-06 05:07:24 -04:00
Kris Maglione 9055d8e8a1 [menu] Don't set wimenu window override_redirect. 2010-06-01 21:09:23 -04:00
Kris Maglione b4b5ff470b Allow chained event handlers. 2010-05-27 18:57:08 -04:00
Kris Maglione a831428c53 Add libstuff.a as make dependency for binaries. 2010-05-27 17:38:19 -04:00
Kris Maglione 88f0721673 Add witray system tray program. 2010-05-27 03:58:02 -04:00
Kris Maglione e3fdbdb548 Improve wistrut and build it by default. Add wistrut and wihack man pages. 2010-05-24 15:17:09 -04:00
Kris Maglione ae3c20b7ae Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
Kris Maglione c04f3ec6a0 Use COPYRIGHT macro more consistently in version strings. 2010-05-22 20:28:39 -04:00
Kris Maglione 5cd40801d2 Update email address in copyright statements. 2010-05-22 19:02:12 -04:00
Kris Maglione ab2d1760f8 Factor out common code into library. 2010-05-21 22:52:47 -04:00
Kris Maglione 0ac2afce5c Update copyrights. 2010-05-17 13:59:30 -04:00
Kris Maglione 9db3ef8f54 Gmake. 2009-10-26 15:27:43 -04:00
Kris Maglione e3cf0426a1 Fix debian build. Closes issue #143. 2009-10-25 17:05:55 -04:00
Kris Maglione 7e95268cd3 Fix wistrut. Closes issue #131. 2009-10-18 18:07:35 -04:00
Kris Maglione dd5f800f0e Use pkg-config globally. 2009-05-21 14:22:58 -04:00
Kris Maglione fac8780e4b Update copyright dates, allow space indents in wmiirc key/event specs, fix 'Urgent toggle'. 2009-05-13 12:57:22 -04:00
Kris Maglione 81d63271d1 A bunch of minor changes. 2008-09-07 23:09:25 -04:00
Kris Maglione 7b84669efb Fix M-S-t in rc.wmii. Fix issue #6. 2008-04-01 19:26:46 -04:00
Kris Maglione ef260ab604 Ignore border with in wistrut calculations. 2008-03-22 14:49:45 -04:00
Kris Maglione a95494a9f7 Add wistrut. Undocumented, not built by default. 2008-03-21 13:41:30 -04:00