Add quit function, bind it per default to CM-q and change exec_wm

binding to CM-w.

Inital diff from Gleydson Soares
Feedback from oga@ and okan@

ok oga@
This commit is contained in:
simon
2008-04-07 23:47:09 +00:00
parent cb2cc70c3f
commit 0f18223042
5 changed files with 18 additions and 4 deletions

View File

@@ -451,6 +451,7 @@ out:
static struct xevent_q _xevq, _xevq_putaway;
static short _xev_q_lock = 0;
int _xev_quit = 0;
void
xev_init(void)
@@ -524,7 +525,7 @@ xev_loop(void)
XEvent e;
struct xevent *xev, *nextxev;
for (;;) {
while (_xev_quit == 0) {
#ifdef DIAGNOSTIC
if (TAILQ_EMPTY(&_xevq))
errx(1, "X event queue empty");