Implement wrapping left/right/up/down across screens

This commit is contained in:
Michael Stapelberg
2009-03-09 07:39:19 +01:00
parent 38d903aea5
commit 71993c9b48
3 changed files with 50 additions and 14 deletions

View File

@ -20,5 +20,6 @@ void initialize_xinerama(xcb_connection_t *conn);
void xinerama_requery_screens(xcb_connection_t *conn);
i3Screen *get_screen_at(int x, int y, struct screens_head *screenlist);
i3Screen *get_screen_containing(int x, int y);
i3Screen *get_screen_most(direction_t direction);
#endif