ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/misc.C
(Generate patch)

Comparing rxvt-unicode/src/misc.C (file contents):
Revision 1.28 by root, Fri Aug 5 16:42:44 2005 UTC vs.
Revision 1.30 by root, Tue Jan 3 02:43:33 2006 UTC

553void 553void
554rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h) 554rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h)
555{ 555{
556 int shadow; 556 int shadow;
557 557
558 shadow = (w == 0 || h == 0) ? 1 : SHADOW; 558 shadow = (w == 0 || h == 0) ? 1 : MENU_SHADOW;
559 w += x - 1; 559 w += x - 1;
560 h += y - 1; 560 h += y - 1;
561 for (; shadow-- > 0; x++, y++, w--, h--) 561 for (; shadow-- > 0; x++, y++, w--, h--)
562 { 562 {
563 XDrawLine (display, win, topShadow, x, y, w, y); 563 XDrawLine (display, win, topShadow, x, y, w, y);
609 609
610 } 610 }
611} 611}
612#endif 612#endif
613 613
614// should nto be use din interactive programs, for obvious reasons 614// should not be used in interactive programs, for obvious reasons
615void rxvt_usleep (int usecs) 615void rxvt_usleep (int usecs)
616{ 616{
617#if HAVE_NANOSLEEP 617#if HAVE_NANOSLEEP
618 struct timespec ts; 618 struct timespec ts;
619 619

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines