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

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.24 by root, Sat Feb 18 14:14:43 2006 UTC vs.
Revision 1.27 by root, Mon Feb 20 22:42:01 2006 UTC

1/* 1/*----------------------------------------------------------------------*
2 * rxvttoolkit.h - provide toolkit-functionality for rxvt. 2 * File: rxvttoolkit.h - provide toolkit-functionality for rxvt.
3 *----------------------------------------------------------------------*
3 */ 4 *
5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 *----------------------------------------------------------------------*/
22
4#ifndef RXVT_TOOLKIT_H 23#ifndef RXVT_TOOLKIT_H
5#define RXVT_TOOLKIT_H 24#define RXVT_TOOLKIT_H
6 25
7#include <X11/Xlib.h> 26#include <X11/Xlib.h>
8 27
187 Display *dpy; 206 Display *dpy;
188 int screen; 207 int screen;
189 Window root; 208 Window root;
190 rxvt_term *selection_owner; 209 rxvt_term *selection_owner;
191 Atom xa[NUM_XA]; 210 Atom xa[NUM_XA];
192#ifndef NO_SLOW_LINK_SUPPORT
193 bool is_local; 211 bool is_local;
194#endif
195#ifdef POINTER_BLANK 212#ifdef POINTER_BLANK
196 Cursor blank_cursor; 213 Cursor blank_cursor;
197#endif 214#endif
198 215
199 rxvt_display (const char *id); 216 rxvt_display (const char *id);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines