So you mean to say that my windows X-Eyes implementation won't work on WINE????? Damn.
Anyone knows of any Unix port of that program?
Shachar
No, wait. I'm using a mouse hook. Maybe it'll work after all.
Sh.
Alexandre Julliard wrote:
steve.lustbader@philips.com writes:
My app uses SetWindowHookEx to install a WH_KEYBOARD_LL hook. Currently, the wine implementation tells me "fixme:hook:set_windows_hook system hook WH_KEYBOARD_LL won't work right" when I try to use it. I'd like to implement this so I can get my app to run, but I'm not sure where to start, since I don't know why it "won't work right." Any hints/suggestions?
I'm working on it. Basically it won't work right across processes at this point; if you have a single process it should be OK.