Send WM_TAKE_FOCUS when setting focus (fixes java problems)

This commit is contained in:
Michael Stapelberg
2011-03-17 22:44:29 +01:00
parent 7cb1ca5a92
commit f5afe2f67e
6 changed files with 32 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#ifndef _I3_H
#define _I3_H
#define NUM_ATOMS 21
#define NUM_ATOMS 22
extern xcb_connection_t *global_conn;
extern xcb_key_symbols_t *keysyms;