Mercurial > hg > xemacs-beta
diff lwlib/xlwradio.c @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | abe6d1db359e |
children | c2569faae8ed |
line wrap: on
line diff
--- a/lwlib/xlwradio.c Mon Aug 13 11:41:26 2007 +0200 +++ b/lwlib/xlwradio.c Mon Aug 13 11:42:25 2007 +0200 @@ -328,10 +328,10 @@ { /* TODO: handle pixmaps */ XCopyPlane(dpy, left_bitmap, win, gc, - 0,0, rw->label.lbm_width, rw->label.lbm_height, - (int) rw->label.internal_width*2 + bs(rw), - (int) rw->label.internal_height + rw->label.lbm_y, - (u_long) 1L) ; + 0,0, rw->label.lbm_width, rw->label.lbm_height, + (int) rw->label.internal_width*2 + bs(rw), + (int) rw->label.internal_height + rw->label.lbm_y, + 1UL) ; } /* Finally, the button itself */