Changeset 353

Show
Ignore:
Timestamp:
06/03/08 06:50:18 (6 months ago)
Author:
FeepingCreature
Message:
  • Foobie
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/qd/test2.d

    r352 r353  
    285285class Draggable : Area { 
    286286  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);
    288288  void set(Area area) { 
    289289    tl=area.tl;