Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2012-01-20 18:10:52 +00:00
3 changed files with 45 additions and 10 deletions

View File

@ -40,4 +40,10 @@ void ewmh_update_active_window(xcb_window_t window);
*/
void ewmh_update_client_list_stacking(xcb_window_t *stack, int num_windows);
/**
* Set up the EWMH hints on the root window.
*
*/
void ewmh_setup_hints();
#endif