From db86d15c5f980a36b0de48f58294409e75289974 Mon Sep 17 00:00:00 2001 From: mfranz Date: Tue, 6 Jun 2006 12:52:45 +0000 Subject: [PATCH] use global fontcache. This hast the nice side effect that panels can now use *any* texture (*.txf) font, not just "typewriter" and "led". --- src/Cockpit/panel.cxx | 38 +++++++------------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index e33803c48..f9924fbd4 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -52,6 +52,7 @@ #include
#include
#include