diff mde/gui/widget/Floating.d @ 174:3d58adc17d20

Temporary commit to allow backup
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 31 Aug 2009 13:54:23 +0200
parents a1ba9157510e
children af40e9679436
line wrap: on
line diff
--- a/mde/gui/widget/Floating.d	Sat Aug 08 15:53:10 2009 +0200
+++ b/mde/gui/widget/Floating.d	Mon Aug 31 13:54:23 2009 +0200
@@ -226,7 +226,7 @@
         }
 	return 0;
     }
-    void dragMotion (wdabs cx, wdabs cy, IChildWidget) {
+    override void dragMotion (wdabs cx, wdabs cy, IChildWidget) {
     if (resizeType == RESIZE.NONE) {
         with (sWData[active]) {
                 x = cx-xDrag;
@@ -288,7 +288,7 @@
         mgr.requestRedraw;
     }
     }
-    bool dragRelease (wdabs, wdabs, IChildWidget) {
+    override bool dragRelease (wdabs, wdabs, IChildWidget) {
 	return true;    // we've handled the up-click
     }