[Xfce4-commits] r27002 - xfwm4/trunk/src

Olivier Fourdan olivier at xfce.org
Sun Jun 1 01:45:11 CEST 2008


Author: olivier
Date: 2008-05-31 23:45:11 +0000 (Sat, 31 May 2008)
New Revision: 27002

Modified:
   xfwm4/trunk/src/screen.c
Log:
Make sure title height is initialized

Modified: xfwm4/trunk/src/screen.c
===================================================================
--- xfwm4/trunk/src/screen.c	2008-05-31 23:41:10 UTC (rev 27001)
+++ xfwm4/trunk/src/screen.c	2008-05-31 23:45:11 UTC (rev 27002)
@@ -275,6 +275,7 @@
     screen_info->systray = getSystrayWindow (display_info, screen_info->net_system_tray_selection);
 #endif
 
+    screen_info->font_height = 0;
     screen_info->box_gc = None;
     screen_info->black_gc = NULL;
     screen_info->white_gc = NULL;



More information about the Xfce4-commits mailing list