~noskcaj/ubuntu/trusty/xfwm4/4.11

« back to all changes in this revision

Viewing changes to src/mypixmap.c

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2011-12-20 08:39:20 UTC
  • mfrom: (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20111220083920-70n7z88r0wnl1i1p
[ Lionel Le Folgoc ]
* New upstream release, including:
  - Fix crash in signal handler.                                  lp: #495361
* debian/patches:
  - 0001-Do-not-enforce-the-size-increment-only-if-the-size-r.patch: dropped,
    included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
976
976
#ifdef HAVE_RENDER
977
977
    xfwmPixmapRefreshPict (pm);
978
978
#endif
 
979
    g_object_unref (pixbuf);
979
980
 
980
981
    return TRUE;
981
982
}