The R Project SVN R

Rev

Rev 69259 | Rev 78537 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69259 Rev 70781
Line 452... Line 452...
452
	XFreeGC(dpy, depth_one_gc);
452
	XFreeGC(dpy, depth_one_gc);
453
	XFreePixmap(dpy, empty_stipple);
453
	XFreePixmap(dpy, empty_stipple);
454
    }
454
    }
455
 
455
 
456
    /* where should top left corner of bitmap go ? */
456
    /* where should top left corner of bitmap go ? */
457
    xp=(short)(x - item->cols_out/2. + hot_xp);
457
    xp=(short)(x - (item->cols_out/2. + hot_xp));
458
    yp=(short)(y - item->rows_out/2. - hot_yp);
458
    yp=(short)(y - (item->rows_out/2. - hot_yp));
459
 
459
 
460
    /* by default we draw the rotated bitmap, solid */
460
    /* by default we draw the rotated bitmap, solid */
461
    bitmap_to_paint=item->bitmap;
461
    bitmap_to_paint=item->bitmap;
462
 
462
 
463
    /* handle user stippling */
463
    /* handle user stippling */