This bug was fixed in the package compiz -
1:0.9.12+15.04.20141031-0ubuntu1

---------------
compiz (1:0.9.12+15.04.20141031-0ubuntu1) vivid; urgency=low

  [ Stephen M. Webb ]
  * filter debian/ from upstream dist tarball (LP: #1075995)
  * removed distro-patch for #873384 because it's now upstream (LP:
    #873384)
  * removed inappropriate executable permissions from some source and
    data files (LP: #1086165)
  * window_decorator: renamed a local to unhide a parameter (LP:
    #957600)
  * opengl plugin: free shaders and uniforms (LP: #1227449)
  * debian/compizconfig: renamed from debian/config to avoid debconf
    clashes (LP: #1156294)
  * animation plugin: initialize mPrevAnimSelectionRow (LP: #1101630)

  [ Klaus Knopper ]
  * Forces non-opaque pointer in the ezoom plugin. (LP: #1362005)

  [ Henry Hu ]
  * place plugin: correct min and default placement modes in
    configuration

  [ Matija Skala ]
  * remove 'extern "C"' hack (LP: #1286562)

  [ Dariusz Gadomski ]
  * CompScreen: Save focused window id before changing viewport.
 -- Ubuntu daily release <ps-jenk...@lists.canonical.com>   Fri, 31 Oct 2014 
17:03:50 +0000

** Changed in: compiz (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/957600

Title:
  Coverity PW.PARAMETER_HIDDEN - CID 10012 - gtk/window-
  decorator/decorator.c - Window win = d->button_windows[i].window;
  declaration hides parameter "win" (declared at line 232)

Status in Compiz:
  In Progress
Status in Compiz Core:
  Won't Fix
Status in “compiz” package in Ubuntu:
  Fix Released

Bug description:
  This bug is exported from the Coverity Integration Manager on Canonical's 
servers. For information on how this is done please see this website: 
https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
  CID: 10012
  Checker: PW.PARAMETER_HIDDEN
  Category: No category available
  CWE definition: No definition available
  File: /tmp/buildd/compiz-0.9.7.0~bzr3025/gtk/window-decorator/decorator.c
  Function: No function name available
  Code snippet:
  386   else if (!d->frame_window &&
  387            (*theme_get_button_position) (d, i, width, height,
  388                                          &x, &y, &w, &h))
  389   {
  CID 10012 - PW.PARAMETER_HIDDEN
  declaration hides parameter "win" (declared at line 232)
  390       Window win = d->button_windows[i].window;
  391       XMapWindow (xdisplay, win);
  392       XMoveResizeWindow (xdisplay, win, x, y, w, h);
  393 
  394       BoxPtr box = &d->button_windows[i].pos;
  395       box->x1  = x;

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/957600/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to