~noskcaj/ubuntu/trusty/xfwm4/4.11

« back to all changes in this revision

Viewing changes to src/frame.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:
281
281
frameCreateTitlePixmap (Client * c, int state, int left, int right, xfwmPixmap * title_pm, xfwmPixmap * top_pm)
282
282
{
283
283
    ScreenInfo *screen_info;
284
 
    DisplayInfo *display_info;
285
284
    GdkPixmap *gpixmap;
286
285
    GdkGCValues values;
287
286
    GdkGC *gc;
298
297
    g_return_if_fail (top_pm);
299
298
 
300
299
    screen_info = c->screen_info;
301
 
    display_info = screen_info->display_info;
302
300
 
303
301
    if (left > right)
304
302
    {