Tom,
The word "hint" almost always refers to a potential capability of the
Window Manager; meaning the wm does not have to honor the request or
feature. Maybe your code is working and the wm is ignoring the request!
There might be a bug in gtk, however I would want to try a different wm
or somet
Keith Maika <[EMAIL PROTECTED]> writes:
> Just throwing out a guess here, but could it be that the hint only works
> on secondary windows? Meaning, maybe the first window an app opens gets
> focus and the hint is ignored, but subsequent windows work? Not able to
> test myself currently, just
Just throwing out a guess here, but could it be that the hint only works
on secondary windows? Meaning, maybe the first window an app opens gets
focus and the hint is ignored, but subsequent windows work? Not able to
test myself currently, just a thought I had.
Keith.
Tom Machinski wrote:
> O
On Fri, May 23, 2008 at 5:41 PM, Bill O'Connor <[EMAIL PROTECTED]> wrote:
>
> I can't make this work in either lang.
> I can check that the flag is being set with
> gtk_window_get_focus_on_map(), but it just doesn't do anything.
>
> My suggestion is that you not do this.
Thanks for checking, B