portable version of OpenBSD's cwm(1) window manager
Go to file
okan 013497c79c Further simplify Xinerama init and re-init on XRR events.
While testing for Xinerama during setup was done display-wide, each time
XineramaQueryScreens() is called either in start-up or due to an XRR
event, the library re-tests for the Xinerama extension anyway before
moving on; so the initial test is redundant and allows another global to
go away with one other change: always fill in sc->xinerama (and _no),
regardless of the success of malloc in XineramaQueryScreens(), and use
it to see if Xinerama dimensions exist when asked by client and/or menu
code.
2012-07-18 21:53:22 +00:00
calmwm.c Further simplify Xinerama init and re-init on XRR events. 2012-07-18 21:53:22 +00:00
calmwm.h re-use geom struct in client_ctx (saved)geometry. 2012-07-13 17:01:04 +00:00
client.c unify various max routines to match client placement and partially menu ones 2012-07-16 01:53:14 +00:00
conf.c knf, some from a diff from Tiago Cunha. 2012-05-13 15:15:54 +00:00
cwm.1 fix section order: move AUTHORS below HISTORY; from Tiago Cunha 2012-05-09 18:37:39 +00:00
cwmrc.5 Add a couple examples of keybindings using keysyms, as discussed 2012-07-06 08:41:29 +00:00
font.c allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
group.c remove a redundant assignment and another one up. 2012-07-08 01:00:24 +00:00
kbfunc.c re-use geom struct in client_ctx (saved)geometry. 2012-07-13 17:01:04 +00:00
LICENSE All of the 9wm code in cwm has been removed or re-written. Edit LICENSE 2008-01-16 16:14:55 +00:00
Makefile switch to installing source manuals: 2011-06-23 22:48:59 +00:00
menu.c convert xmax/ymax uses to view geometry. 2012-07-13 15:21:35 +00:00
mousefunc.c re-use geom struct in client_ctx (saved)geometry. 2012-07-13 17:01:04 +00:00
parse.y allow configurable menu font color; from Alexander Polakov with a tweak 2011-09-08 12:35:33 +00:00
screen.c Further simplify Xinerama init and re-init on XRR events. 2012-07-18 21:53:22 +00:00
search.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00
util.c We are inconsistent when it comes to function returns, so just go all 2011-07-25 15:10:24 +00:00
xevents.c re-use geom struct in client_ctx (saved)geometry. 2012-07-13 17:01:04 +00:00
xmalloc.c tag and comment cleanup; ok oga@ 2011-05-11 13:53:51 +00:00
xutil.c re-use geom struct in client_ctx (saved)geometry. 2012-07-13 17:01:04 +00:00