~ubuntu-branches/debian/sid/openbox/sid

« back to all changes in this revision

Viewing changes to openbox/client_list_menu.c

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2010-01-01 22:26:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100101222610-0ztklegpw2rc2n6q
Tags: 3.4.9-1
* New upstream release
  - Prevent focus from moving under the mouse after activating a window
    with an openbox menu (Closes: #517038)
  - NOTE: this release introduces a new tool named obprop. I did not
    include this tool in the package yet as it has no manual page and it's
    use is probably limited for most users.
* Add libx11-dev to build-depends as it was previously only installed
  as a transitive dependency by other dependencies (Closes: #555787).
* Update install files for libobparser/libobrender as the shared
  library minor version changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
{
102
102
    ObClient *t = self->data.normal.data;
103
103
    if (t) { /* it's set to NULL if its destroyed */
104
 
        client_activate(t, TRUE, TRUE, TRUE, TRUE);
 
104
        client_activate(t, TRUE, FALSE, TRUE, TRUE, TRUE);
105
105
        /* if the window is omnipresent then we need to go to its
106
106
           desktop */
107
107
        if (t->desktop == DESKTOP_ALL)