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.124 by root, Sun Sep 5 09:54:28 2004 UTC vs.
Revision 1.126 by root, Wed Dec 1 02:12:18 2004 UTC

99int rxvt_Str_match (const char *s1, const char *s2); 99int rxvt_Str_match (const char *s1, const char *s2);
100const char * rxvt_Str_skip_space (const char *str); 100const char * rxvt_Str_skip_space (const char *str);
101char * rxvt_Str_trim (char *str); 101char * rxvt_Str_trim (char *str);
102int rxvt_Str_escaped (char *str); 102int rxvt_Str_escaped (char *str);
103char ** rxvt_splitcommastring (const char *cs); 103char ** rxvt_splitcommastring (const char *cs);
104void rxvt_freecommastring (char **cs);
104char * rxvt_File_find (const char *file, const char *ext, const char *path); 105char * rxvt_File_find (const char *file, const char *ext, const char *path);
105void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h); 106void rxvt_Draw_Shadow (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h);
106void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type); 107void rxvt_Draw_Triangle (Display *display, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type);
107 108
108void rxvt_privileges (rxvt_privaction action); 109void rxvt_privileges (rxvt_privaction action);
609 Rs_insecure, 610 Rs_insecure,
610 Rs_cursorBlink, 611 Rs_cursorBlink,
611 Rs_pointerBlank, 612 Rs_pointerBlank,
612 Rs_pointerBlankDelay, 613 Rs_pointerBlankDelay,
613 Rs_imLocale, 614 Rs_imLocale,
615 Rs_pastableTabs,
614#ifndef NO_SECONDARY_SCREEN 616#ifndef NO_SECONDARY_SCREEN
615 Rs_secondaryScreen, 617 Rs_secondaryScreen,
616 Rs_secondaryScroll, 618 Rs_secondaryScroll,
617#endif 619#endif
618#ifdef OFF_FOCUS_FADING 620#ifdef OFF_FOCUS_FADING

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines