Ignore:
Timestamp:
Jun 18, 2008, 11:03:59 PM (16 years ago)
Author:
dai_9181
Message:

FileManager周りをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/TextEditor_ImeEvent.cpp

    r629 r655  
    2121    CompForm.dwStyle=CFS_POINT;
    2222    pos=MdiInfo[WndNum]->pMdiTextEdit->StartCaretPos;
    23     GetScrollBaseCaretPos(WndNum,(int *)&pos.x,(int *)&pos.y);
     23    GetScrollBaseCaretPos(MdiInfo[WndNum],(int *)&pos.x,(int *)&pos.y);
    2424    CompForm.ptCurrentPos.x=pos.x*font_width+iControlTabSpace;
    2525    CompForm.ptCurrentPos.y=pos.y*font_height;
     
    6363        CompForm.dwStyle=CFS_POINT;
    6464        pos=MdiInfo[WndNum]->pMdiTextEdit->StartCaretPos;
    65         GetScrollBaseCaretPos(WndNum,(int *)&pos.x,(int *)&pos.y);
     65        GetScrollBaseCaretPos(MdiInfo[WndNum],(int *)&pos.x,(int *)&pos.y);
    6666        CompForm.ptCurrentPos.x=pos.x*font_width+iControlTabSpace;
    6767        CompForm.ptCurrentPos.y=pos.y*font_height;
Note: See TracChangeset for help on using the changeset viewer.