]> code.delx.au - spectrwm/commit
Replace map_window_raised with map_window function.
authorReginald Kennedy <rk@rejii.com>
Sun, 19 Aug 2012 23:51:00 +0000 (07:51 +0800)
committerReginald Kennedy <rk@rejii.com>
Mon, 20 Aug 2012 18:37:34 +0000 (02:37 +0800)
commit2c636ec10aa163bac3b5465fb6fe99746aea4b1f
treea01e38de664145a244257664a2e17d0c882515b6
parent43af7f1229fa4a5fbbc749733a08a5fb4ebfec24
Replace map_window_raised with map_window function.

Rename get_iconic to get_swm_iconic

Add new xcb_timestamp_t parameter to client_msg.

Add debug output to client_msg.

Remove unfocus_all since no longer needed.

Fix focus_win to correctly set focus on window.

Time must be specified in ClientMessage WM_TAKE_FOCUS.

Track window mapped state.

Change focus function to only set workspace focus; need to call
focus_win separately.

Fix focus_win function to correctly set window focus.

Add FocusOut debug output.

Add debug message to client_msg.

Add timestamp parameter to client_msg.
When sending the client message WM_TAKE_FOCUS, the time must not be
XCB_TIME_CURRENT.

Check window state before unmapping.

Track X11 timestamps for use in focus_win.

Handle iconify on property notify.
spectrwm.c