diff mde/font/FontTexture.d @ 170:e45226d3deae

Context menu services not applicable to the current type can now be hidden. Added files missing from previous commits.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 29 Jun 2009 21:20:16 +0200
parents 9f035cd139c6
children
line wrap: on
line diff
--- a/mde/font/FontTexture.d	Mon Jun 29 18:55:50 2009 +0200
+++ b/mde/font/FontTexture.d	Mon Jun 29 21:20:16 2009 +0200
@@ -459,7 +459,7 @@
         lcdFilter = new EnumContent ("Font.lcdFilter", ["none"[],"default","light"]);
         defaultSize = new IntContent ("Font.defaultSize");
         defaultFont = new StringContent ("Font.defaultFont");
-        mode.addCallback (delegate void(Content) {
+        mode.addCallback (delegate void(IContent) {
            /* modeFlag should have one of the following values:
             * FT_LOAD_TARGET_NORMAL    (0x00000)
             * FT_LOAD_TARGET_LIGHT     (0x10000)