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.129 by root, Mon Dec 13 01:29:03 2004 UTC vs.
Revision 1.132 by root, Wed Dec 15 00:12:58 2004 UTC

638 XA_TARGETS, 638 XA_TARGETS,
639 XA_TIMESTAMP, 639 XA_TIMESTAMP,
640 XA_VT_SELECTION, 640 XA_VT_SELECTION,
641 XA_INCR, 641 XA_INCR,
642 XA_WMDELETEWINDOW, 642 XA_WMDELETEWINDOW,
643 XA_CLIPBOARD,
644#if ENABLE_FRILLS
645 XA_NET_WM_PID,
646 XA_MOTIF_WM_HINTS,
647 XA_NET_WM_NAME,
648 XA_NET_WM_ICON_NAME,
649#endif
650#if USE_XIM
651 XA_WM_LOCALE_NAME,
652#endif
643#ifdef TRANSPARENT 653#if TRANSPARENT
644 XA_XROOTPMAPID, 654 XA_XROOTPMAPID,
645 XA_XSETROOTID, 655 XA_XSETROOTID,
646#endif 656#endif
647#ifdef OFFIX_DND /* OffiX Dnd (drag 'n' drop) support */ 657#if OFFIX_DND /* OffiX Dnd (drag 'n' drop) support */
648 XA_DNDPROTOCOL, 658 XA_DNDPROTOCOL,
649 XA_DNDSELECTION, 659 XA_DNDSELECTION,
650#endif /* OFFIX_DND */ 660#endif /* OFFIX_DND */
651 XA_CLIPBOARD,
652 NUM_XA 661 NUM_XA
653}; 662};
654 663
655/* DEC private modes */ 664/* DEC private modes */
656#define PrivMode_132 (1UL<<0) 665#define PrivMode_132 (1UL<<0)
1200 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE); 1209 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE);
1201 void iso14755_54 (int x, int y); 1210 void iso14755_54 (int x, int y);
1202# endif 1211# endif
1203#endif 1212#endif
1204 1213
1214 // modifies first argument(!)
1205 void paste (const unsigned char *data, unsigned int len); 1215 void paste (unsigned char *data, unsigned int len);
1206 1216
1207 void flush (); 1217 void flush ();
1208 1218
1209#if TRANSPARENT 1219#if TRANSPARENT
1210 void rootwin_cb (XEvent &xev); 1220 void rootwin_cb (XEvent &xev);
1256#endif 1266#endif
1257 void pointer_unblank (); 1267 void pointer_unblank ();
1258 1268
1259 void tt_printf (const char *fmt,...); 1269 void tt_printf (const char *fmt,...);
1260 void tt_write (const unsigned char *data, unsigned int len); 1270 void tt_write (const unsigned char *data, unsigned int len);
1271 void pty_write ();
1261 1272
1262 void tt_winch (); 1273 void tt_winch ();
1263 1274
1264 rxvt_term (); 1275 rxvt_term ();
1265 ~rxvt_term (); 1276 ~rxvt_term ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines