summaryrefslogtreecommitdiff
path: root/x11/qt1/patches/patch-ag
blob: 92e6b7acdb2201abbab938c4aacf4b08f1cf3b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ag,v 1.1 2005/12/12 14:56:07 joerg Exp $

--- src/kernel/qfont.h.orig	2005-12-12 14:34:40.000000000 +0000
+++ src/kernel/qfont.h
@@ -113,6 +113,9 @@ public:
     static void cleanup();
     static void cacheStatistics();
 
+    void        initFontInfo()      const;
+    void        load( HANDLE=0 )    const;
+
 protected:
     bool	dirty()			const;
 
@@ -126,8 +129,6 @@ private:
     QFont( bool );
     void	init();
     void	detach();
-    void	initFontInfo()	    const;
-    void	load( HANDLE=0 )    const;
 #if defined(_WS_WIN_)
     HANDLE	create( bool *, HANDLE=0, bool=FALSE ) const;
     void       *textMetric()	    const;