Revert "Bugfix: Ignore enter_notify when warping pointer (makes "goto" work correctly)"

This reverts commit 7d6e80b5ef.
Instead fix it by setting focus correctly before causig the warp.
This commit is contained in:
Michael Stapelberg
2010-03-27 17:51:28 +01:00
parent 78d4d18477
commit a6d22f005d
5 changed files with 4 additions and 27 deletions

View File

@ -13,14 +13,6 @@
#include <xcb/randr.h>
/**
* Adds the sequence number of an event to the ignored events.
* Useful to ignore for example the enter notify caused by a pointer warp of
* i3.
*
*/
void add_ignore_event(const int sequence);
/**
* There was a key press. We compare this key code with our bindings table and
* pass the bound action to parse_command().