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

Comparing rxvt-unicode/src/graphics.C (file contents):
Revision 1.3 by pcg, Tue Nov 25 11:52:42 2003 UTC vs.
Revision 1.4 by pcg, Thu Dec 18 02:07:12 2003 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: graphics.c 2 * File: graphics.c
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * $Id: graphics.C,v 1.3 2003/11/25 11:52:42 pcg Exp $ 4 * $Id: graphics.C,v 1.4 2003/12/18 02:07:12 pcg Exp $
5 * 5 *
6 * All portions of code are copyright by their respective author/s. 6 * All portions of code are copyright by their respective author/s.
7 * Copyright (c) 1994 Rob Nation <nation@rocket.sanders.lockheed.com> 7 * Copyright (c) 1994 Rob Nation <nation@rocket.sanders.lockheed.com>
8 * - original version 8 * - original version
9 * Copyright (c) 1997 Raul Garcia Garcia <rgg@tid.es> 9 * Copyright (c) 1997 Raul Garcia Garcia <rgg@tid.es>
111 grwin->next->prev = grwin; 111 grwin->next->prev = grwin;
112 R->gr_root = grwin; 112 R->gr_root = grwin;
113 grwin->graphics = NULL; 113 grwin->graphics = NULL;
114 R->graphics_up++; 114 R->graphics_up++;
115 115
116 rxvt_tt_printf(aR_ "\033W%ld\n", (long)grwin->win); 116 R->tt_printf("\033W%ld\n", (long)grwin->win);
117} 117}
118 118
119/* ARGSUSED */ 119/* ARGSUSED */
120/* INTPROTO */ 120/* INTPROTO */
121void 121void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines