Changeset 36 in Sophya for trunk/SophyaPI/PI/piimage.cc
- Timestamp:
- Jan 22, 1997, 5:09:15 PM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piimage.cc
r34 r36 306 306 void PIImage::Draw(int x0, int y0, int dx, int dy) 307 307 { 308 PIPixmap Gen::Draw(x0, y0, dx, dy);308 PIPixmap::Draw(x0, y0, dx, dy); 309 309 winovis = false; // $CHECK$ Reza A enlever si possible 17/6/96 310 310 if (curshow) … … 637 637 638 638 if ((xcurs>=0) && (ycurs>=0)) 639 PIPixmap Gen::Draw(xcurs-CURSHSIZE, ycurs-CURSHSIZE, CURSHSIZE*2, CURSHSIZE*2);639 PIPixmap::Draw(xcurs-CURSHSIZE, ycurs-CURSHSIZE, CURSHSIZE*2, CURSHSIZE*2); 640 640 641 641 if ((xc >= 0) && (yc >= 0))
Note:
See TracChangeset
for help on using the changeset viewer.