ecere/gui/drivers/XInterface: Fixed re-clicking DropBox to hide pulldown
authorJerome St-Louis <jerome@ecere.com>
Wed, 19 Feb 2014 06:12:59 +0000 (22:12 -0800)
committerJerome St-Louis <jerome@ecere.com>
Wed, 19 Feb 2014 07:19:46 +0000 (02:19 -0500)
commita84362a42e68c4c8a806d22862f7b13b58b556d0
treedfba892f30535c8a259da98b382e8960193f0ec4
parent205fa6d5891411f4b88665da81aa6478aa75fe0c
ecere/gui/drivers/XInterface: Fixed re-clicking DropBox to hide pulldown
- Had to comment out XInitThreads() to prevent deadlocks (Non recursive locks?)
- Since we are never calling X from multiple threads concurrently and we're not calling X(Un)LockDisplay either, this seems to be the way to go
- Also improved fullscreen useability on GNOME Flashback by ignoring FocusIn on our windows following a FocusOut
ecere/src/gui/drivers/XInterface.ec