comparison lwlib/xlwradio.c @ 5936:574f0cded429 cygwin

try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author Henry Thompson <ht@markup.co.uk>
date Sun, 13 Dec 2015 13:22:58 +0000
parents 308d34e9f07d
children
comparison
equal deleted inserted replaced
5935:d5eb0914ca1f 5936:574f0cded429
328 /* TODO: handle pixmaps */ 328 /* TODO: handle pixmaps */
329 XCopyPlane(dpy, left_bitmap, win, gc, 329 XCopyPlane(dpy, left_bitmap, win, gc,
330 0,0, rw->label.lbm_width, rw->label.lbm_height, 330 0,0, rw->label.lbm_width, rw->label.lbm_height,
331 (int) rw->label.internal_width*2 + bs(rw), 331 (int) rw->label.internal_width*2 + bs(rw),
332 (int) rw->label.internal_height + rw->label.lbm_y, 332 (int) rw->label.internal_height + rw->label.lbm_y,
333 1UL) ; 333 UE1) ;
334 } 334 }
335 335
336 /* Finally, the button itself */ 336 /* Finally, the button itself */
337 ((RadioWidgetClass)(w->core.widget_class))->radio_class.drawDiamond(w) ; 337 ((RadioWidgetClass)(w->core.widget_class))->radio_class.drawDiamond(w) ;
338 } 338 }