From: Mikael Magnusson Date: Fri, 8 Jan 2010 19:11:08 +0000 (+0100) Subject: This commit is mostly a reminder to refactor the desktop popup creation, but it gives... X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=df5a57d68043ccf280539cd4016d4c58c21221df This commit is mostly a reminder to refactor the desktop popup creation, but it gives it the menu title font --- diff --git a/openbox/screen.c b/openbox/screen.c index 09e824c..3b27bbc 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -363,6 +363,7 @@ void screen_startup(gboolean reconfig) gboolean namesexist = FALSE; desktop_popup = pager_popup_new(); + desktop_popup->popup->a_text->texture[0].data.text.font = ob_rr_theme->menu_title_font; desktop_popup_perm = FALSE; pager_popup_height(desktop_popup, POPUP_HEIGHT);