Changeset 353
- Timestamp:
- 06/03/08 06:50:18 (6 months ago)
- Files:
-
- trunk/qd/test2.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/qd/test2.d
r352 r353 285 285 class Draggable : Area { 286 286 void delegate(ref pt)[] constraints; 287 this(int x, int y, int w, int h) { tl=pt(x, y); dimensions=pt(w, h); mouse.sched~=stackthread=&mousethr;}287 this(int x, int y, int w, int h) { tl=pt(x, y); dimensions=pt(w, h); } 288 288 void set(Area area) { 289 289 tl=area.tl;
