- Timestamp:
- Sep 8, 2009, 4:28:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/kapa2/src/UpdatePointer.c
r16256 r25296 29 29 30 30 skip: 31 image[0].zoom.X = x;32 image[0].zoom.Y = y;31 image[0].zoom.Xc = x; 32 image[0].zoom.Yc = y; 33 33 34 34 UpdateStatusBox (graphic, image, x, y, z, 0); … … 36 36 37 37 CreateZoom (graphic, image); 38 XPutImage (graphic[0].display, graphic[0].window, graphic[0].gc, 39 image[0].zoom.pix, 0, 0, 40 image[0].zoom.x, image[0].zoom.y, 41 image[0].zoom.dx, image[0].zoom.dy); 38 if (image[0].zoom.pix) { 39 XPutImage (graphic[0].display, graphic[0].window, graphic[0].gc, 40 image[0].zoom.pix, 0, 0, 41 image[0].zoom.x, image[0].zoom.y, 42 image[0].zoom.dx, image[0].zoom.dy); 43 } 42 44 CrossHairs (graphic, &image[0].zoom); 43 45 XFlush (graphic[0].display);
Note:
See TracChangeset
for help on using the changeset viewer.
