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

« back to all changes in this revision

Viewing changes to openbox/client_list_combined_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:
114
114
    else {
115
115
        ObClient *t = self->data.normal.data;
116
116
        if (t) { /* it's set to NULL if its destroyed */
117
 
            client_activate(t, TRUE, TRUE, TRUE, TRUE);
 
117
            client_activate(t, TRUE, FALSE, TRUE, TRUE, TRUE);
118
118
            /* if the window is omnipresent then we need to go to its
119
119
               desktop */
120
120
            if (t->desktop == DESKTOP_ALL)