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;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to