From be37152cec4d3e8045a604e2442d8ca86f46707d Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 10 Jul 2002 14:38:43 +0000 Subject: obsolete Font struct --- src/DrawUtil.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DrawUtil.hh b/src/DrawUtil.hh index 60056c9..8435796 100644 --- a/src/DrawUtil.hh +++ b/src/DrawUtil.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: DrawUtil.hh,v 1.5 2002/04/03 23:00:10 fluxgen Exp $ +// $Id: DrawUtil.hh,v 1.6 2002/07/10 14:38:43 fluxgen Exp $ #ifndef DRAWUTIL_HH #define DRAWUTIL_HH @@ -28,8 +28,8 @@ namespace DrawUtil { - struct Font - { + // note: obsolete! + struct Font { enum FontJustify {LEFT=0, RIGHT, CENTER}; XFontSet set; -- cgit v0.11.2