diff dwt/widgets/Decorations.d @ 40:3052439af4b5

Shell
author Frank Benoit <benoit@tionex.de>
date Fri, 01 Feb 2008 20:19:46 +0100
parents f5e70f9aeeda
children 0f25be5cbe6f
line wrap: on
line diff
--- a/dwt/widgets/Decorations.d	Fri Feb 01 17:45:36 2008 +0100
+++ b/dwt/widgets/Decorations.d	Fri Feb 01 20:19:46 2008 +0100
@@ -112,6 +112,9 @@
  */
 
 public class Decorations : Canvas {
+
+    alias Canvas.windowProc windowProc;
+
     Image image, smallImage, largeImage;
     Image [] images;
     Menu menuBar;