Re: I need help implementing RegisterHotKey

2006-05-08 Thread Vincent Povirk
Thanks, I'll look into the error handler thing. Do you know why this X error is generated? At any rate there is a way to push/pop error handlers if I recall correctly ... some parts of Wine rely on being able to swallow them I think. Try and find them. It's perfectly normal, and I expected it.

Re: I need help implementing RegisterHotKey

2006-05-08 Thread Mike Hearn
On Sun, 07 May 2006 16:20:50 -0400, Vincent Povirk wrote: > X Error of failed request: BadAccess (attempt to access private > RegisterHotKey is implemented as if XGrabKey returns 0 if it fails. Do > I need to do something special to "watch" for the error? Do you know why this X error is generate

Re: I need help implementing RegisterHotKey

2006-05-08 Thread Andreas Mohr
Hi, On Sun, May 07, 2006 at 04:20:50PM -0400, Vincent Povirk wrote: > I found a patch from about 3 years ago for implementing RegisterHotKey > and UnregisterHotKey. I've updated it to apply to the current wine > source tree and essentially copied what metacity does to cover any > missing functiona

I need help implementing RegisterHotKey

2006-05-07 Thread Vincent Povirk
I found a patch from about 3 years ago for implementing RegisterHotKey and UnregisterHotKey. I've updated it to apply to the current wine source tree and essentially copied what metacity does to cover any missing functionality. The original patch is here: http://www.winehq.com/hypermail/wine-deve