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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.183 by root, Tue Jan 3 02:43:33 2006 UTC vs.
Revision 1.185 by root, Wed Jan 4 02:37:30 2006 UTC

469 URxvt_italicFont = 712, 469 URxvt_italicFont = 712,
470 URxvt_boldItalicFont = 713, 470 URxvt_boldItalicFont = 713,
471 471
472 URxvt_view_up = 720, 472 URxvt_view_up = 720,
473 URxvt_view_down = 721, 473 URxvt_view_down = 721,
474
475 URxvt_perl = 777,
474}; 476};
475 477
476/* Words starting with `Color_' are colours. Others are counts */ 478/* Words starting with `Color_' are colours. Others are counts */
477/* 479/*
478 * The PixColor and rendition colour usage should probably be decoupled 480 * The PixColor and rendition colour usage should probably be decoupled
555 557
556/* 558/*
557 * Resource list 559 * Resource list
558 */ 560 */
559enum { 561enum {
560#define Rs_def(name) Rs_ ## name, 562# define def(name) Rs_ ## name,
561#define Rs_reserve(name,count) Rs_ ## name ## _ = Rs_ ## name + (count) - 1, 563# define reserve(name,count) Rs_ ## name ## _ = Rs_ ## name + (count) - 1,
562#include "rsinc.h" 564# include "rsinc.h"
563#undef Rs_def 565# undef def
564#undef Rs_reserve 566# undef reserve
565 NUM_RESOURCES 567 NUM_RESOURCES
566}; 568};
567 569
568// see init.C:xa_names, which must be kept in sync 570// see init.C:xa_names, which must be kept in sync
569enum { 571enum {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines