i3/include
Peter Bui 36224f86d1 Only warp pointer once during x_push_changes()
- Introduce warp_to static variable in x.c that stores the coordinates
  to warp to as a Rect.

- Add x_set_warp_to function to set this variable.  Use in _tree_next,
  workspace_show, and con_move_to_workspace.

- In x_push_chanages, if warp_to is set, then call xcb_warp_pointer_rect
  and then reset it to NULL.

This fixes all know bugs for pointer warping for me.
2011-08-17 12:12:40 +02:00
..
2011-08-04 00:10:04 +02:00
2011-02-21 01:43:39 +01:00
2010-11-29 10:56:16 +01:00
2010-12-31 19:36:32 +01:00
2011-06-10 18:27:20 +02:00
2011-08-11 22:13:50 +02:00