This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* File: locate-pointer.c | |
* | |
* Some windows manager missing option to locate mouse pointer as accessibity feature. | |
* To get transparent window need to activate `composite` service for wm. | |
* Coded in c / xlib / cairo so it can work in most wm's. | |
* | |
* Coded by: Abdellah Chelli | |
* Date: January 2015 |