Ignore:
Timestamp:
Jun 2, 2013, 5:41:42 PM (11 years ago)
Author:
chronos
Message:
Location:
os/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • os/trunk

    • Property svn:ignore
      •  

        old new  
        22*.~dsk
        33__history
         4*.identcache
  • os/trunk/Drivers/Driver.MouseVCL.pas

    r5 r6  
    5151  inherited;
    5252  Form := Application.MainForm;
    53   TForm1(Form).Image1.OnMouseDown := DoMouseDown;
    54   TForm1(Form).Image1.OnMouseUp := DoMouseUp;
    55   TForm1(Form).Image1.OnMouseMove := DoMouseMove;
     53  TFormScreen(Form).Image1.OnMouseDown := DoMouseDown;
     54  TFormScreen(Form).Image1.OnMouseUp := DoMouseUp;
     55  TFormScreen(Form).Image1.OnMouseMove := DoMouseMove;
    5656end;
    5757
Note: See TracChangeset for help on using the changeset viewer.