Changeset 36 in Sophya


Ignore:
Timestamp:
Jan 22, 1997, 5:09:15 PM (29 years ago)
Author:
aubourg
Message:

retour a 1.10, bug!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piimage.cc

    r34 r36  
    306306void PIImage::Draw(int x0, int y0, int dx, int dy)
    307307{
    308 PIPixmapGen::Draw(x0, y0, dx, dy);
     308PIPixmap::Draw(x0, y0, dx, dy);
    309309winovis = false;    // $CHECK$ Reza A enlever si possible 17/6/96
    310310if (curshow)
     
    637637
    638638if ((xcurs>=0) && (ycurs>=0))
    639   PIPixmapGen::Draw(xcurs-CURSHSIZE, ycurs-CURSHSIZE, CURSHSIZE*2, CURSHSIZE*2);
     639  PIPixmap::Draw(xcurs-CURSHSIZE, ycurs-CURSHSIZE, CURSHSIZE*2, CURSHSIZE*2);
    640640
    641641if ((xc >= 0) && (yc >= 0))
Note: See TracChangeset for help on using the changeset viewer.