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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.419 by root, Fri Jun 1 08:12:09 2012 UTC vs.
Revision 1.420 by root, Mon Jun 4 15:18:52 2012 UTC

2530 bool transparent = false; 2530 bool transparent = false;
2531 2531
2532#ifdef HAVE_BG_PIXMAP 2532#ifdef HAVE_BG_PIXMAP
2533 if (bg_pixmap != None) 2533 if (bg_pixmap != None)
2534 { 2534 {
2535# ifdef ENABLE_TRANSPARENCY 2535# if ENABLE_TRANSPARENCY
2536 if (bg_flags & BG_IS_TRANSPARENT) 2536 if (bg_flags & BG_IS_TRANSPARENT)
2537 { 2537 {
2538 XSetWindowBackgroundPixmap (dpy, parent, bg_pixmap); 2538 XSetWindowBackgroundPixmap (dpy, parent, bg_pixmap);
2539 XSetWindowBackgroundPixmap (dpy, vt, ParentRelative); 2539 XSetWindowBackgroundPixmap (dpy, vt, ParentRelative);
2540 2540
3526 3526
3527 XSendEvent (dpy, rq.requestor, False, 0L, (XEvent *)&ev); 3527 XSendEvent (dpy, rq.requestor, False, 0L, (XEvent *)&ev);
3528} 3528}
3529 3529
3530/* ------------------------------------------------------------------------- */ 3530/* ------------------------------------------------------------------------- */
3531#ifdef USE_XIM 3531#if USE_XIM
3532void ecb_cold 3532void ecb_cold
3533rxvt_term::im_set_position (XPoint &pos) NOTHROW 3533rxvt_term::im_set_position (XPoint &pos) NOTHROW
3534{ 3534{
3535 XWindowAttributes xwa; 3535 XWindowAttributes xwa;
3536 3536

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines