From df5a57d68043ccf280539cd4016d4c58c21221df Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 8 Jan 2010 20:11:08 +0100 Subject: [PATCH] This commit is mostly a reminder to refactor the desktop popup creation, but it gives it the menu title font --- openbox/screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/screen.c b/openbox/screen.c index 09e824c0..3b27bbcd 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); -- 2.34.1