Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-08-17 12:14:17 +02:00
6 changed files with 41 additions and 5 deletions

View File

@ -104,4 +104,11 @@ void x_set_name(Con *con, const char *name);
*/
void x_set_i3_atoms();
/**
* Set warp_to coordinates. This will trigger on the next call to
* x_push_changes().
*
*/
void x_set_warp_to(Rect *rect);
#endif