Implement Xinerama screen changes
This commit is contained in:
@ -14,10 +14,11 @@
|
||||
#define _XINERAMA_H
|
||||
|
||||
TAILQ_HEAD(screens_head, Screen);
|
||||
extern struct screens_head virtual_screens;
|
||||
extern struct screens_head *virtual_screens;
|
||||
|
||||
void initialize_xinerama(xcb_connection_t *conn);
|
||||
i3Screen *get_screen_at(int x, int y);
|
||||
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);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user