diff mde/gui/renderer/IRenderer.d @ 75:25cb7420dc91

A massive overhaul/rewrite for the gui's data management and setup code. Currently much that was working is broken. imde's classes are created in a static this instead of mde's main. gl setup code moved from gl/basic.d to gl/draw.d mergetag.DefaultData: now HIGH_LOW priority instead of LOW_HIGH. Reduced type list to only used types; small fix for indent function. setup.paths: new NoFileException thrown instead of MTFileIOException
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 28 Jul 2008 18:17:48 +0100
parents d43523ed4b62
children ea58f277f487
line wrap: on
line diff
--- a/mde/gui/renderer/IRenderer.d	Mon Jul 07 15:54:47 2008 +0100
+++ b/mde/gui/renderer/IRenderer.d	Mon Jul 28 18:17:48 2008 +0100
@@ -16,7 +16,8 @@
 /** Interface for the renderer. This is planned to replace decoration.d */
 module mde.gui.renderer.IRenderer;
 
-public import mde.gui.IGui;	// wdim type is used by just about everything including this
+// Put here to avoid circular import.
+typedef int wdim;
 
 /** Interface for renderers.
 *