diff mde/font/font.d @ 97:30470bc19ca4

Floating widgets now work nicely: customizable borders added, resizing, moving. gl.basic abstraction module removed (seemed pointless). Some changes to SimpleRenderer (largely to accomodate floating widgets).
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 10 Nov 2008 16:44:44 +0000
parents 97e6dce08037
children 49e7cfed4b34
line wrap: on
line diff
--- a/mde/font/font.d	Thu Nov 06 13:16:39 2008 +0000
+++ b/mde/font/font.d	Mon Nov 10 16:44:44 2008 +0000
@@ -27,7 +27,6 @@
 import mde.setup.exception;     // InitStage stuff
 
 import derelict.freetype.ft;
-import derelict.opengl.gl;
 
 import mde.file.deserialize;
 import tango.stdc.stringz;