~ubuntu-branches/ubuntu/precise/xfwm4/precise-proposed

« back to all changes in this revision

Viewing changes to src/stacking.c

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-22 18:37:36 UTC
  • mto: (3.1.2 lenny) (1.1.22 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20061222183736-yoju2r97heo29ya1
Tags: upstream-4.3.99.2svn+r24167
ImportĀ upstreamĀ versionĀ 4.3.99.2svn+r24167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $Id: stacking.c 23128 2006-09-11 20:39:40Z olivier $
 
1
/*      $Id: stacking.c 24107 2006-12-14 21:49:51Z olivier $
2
2
 
3
3
        This program is free software; you can redistribute it and/or modify
4
4
        it under the terms of the GNU General Public License as published by
255
255
        if ((frameX (c2) < x) && (frameX (c2) + frameWidth (c2) > x)
256
256
            && (frameY (c2) < y) && (frameY (c2) + frameHeight (c2) > y))
257
257
        {
258
 
            if (clientSelectMask (c2, 0, WINDOW_REGULAR_FOCUSABLE)
 
258
            if (clientSelectMask (c2, INCLUDE_SKIP_PAGER | INCLUDE_SKIP_TASKBAR, WINDOW_REGULAR_FOCUSABLE)
259
259
                && (c2 != exclude))
260
260
            {
261
261
                c = c2;