clientSetFocus and gaim

Hans Oluf Hagen hohagen at start.no
Thu Sep 11 15:18:01 CEST 2003


Hello
Program: Gaim
When having the conversations window(s) on another workspace than the 
current one, the conversation window will receive the focus when a 
message comes. This is getting a little bit annoying when you are doing 
some typing at another workspace. :)

I inserted this into clientSetFocus::client.c to prevent this from 
happening:

   if ((c) && (c->win_workspace != workspace)) {
        TRACE ("Not setting focus - workspace mismatch");
        return;
     }

--
Hans Oluf Hagen






More information about the Xfce4-dev mailing list