[Xfce4-commits] r25781 - xfwm4/trunk/src
Olivier Fourdan
olivier at xfce.org
Sun Jun 3 18:14:33 CEST 2007
Author: olivier
Date: 2007-06-03 16:14:33 +0000 (Sun, 03 Jun 2007)
New Revision: 25781
Modified:
xfwm4/trunk/src/frame.c
Log:
Use full height for regular title pixmap
Modified: xfwm4/trunk/src/frame.c
===================================================================
--- xfwm4/trunk/src/frame.c 2007-06-03 15:35:47 UTC (rev 25780)
+++ xfwm4/trunk/src/frame.c 2007-06-03 16:14:33 UTC (rev 25781)
@@ -269,7 +269,7 @@
{
xfwmPixmapFill (&screen_info->title[part][state], top_pm, x, 0, w, h);
}
- xfwmPixmapFill (&screen_info->title[part][state], title_pm, x, -h, w, frameTop (c) + h);
+ xfwmPixmapFill (&screen_info->title[part][state], title_pm, x, 0, w, frameTop (c));
}
static void
More information about the Xfce4-commits
mailing list