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.27 by pcg, Sat Jan 31 00:20:21 2004 UTC vs.
Revision 1.28 by pcg, Sat Jan 31 02:14:58 2004 UTC

1292 // scrollbar-next.C 1292 // scrollbar-next.C
1293 Pixmap renderPixmap (const char *const *data, int width, int height); 1293 Pixmap renderPixmap (const char *const *data, int width, int height);
1294 void init_scrollbar_stuff (); 1294 void init_scrollbar_stuff ();
1295 void drawBevel (Drawable d, int x1, int y1, int w, int h); 1295 void drawBevel (Drawable d, int x1, int y1, int w, int h);
1296 int scrollbar_show_next (int update, int last_top, int last_bot, int scrollbar_len); 1296 int scrollbar_show_next (int update, int last_top, int last_bot, int scrollbar_len);
1297# define scrollbar_update scrollbar_show_next // HACK
1298#endif 1297#endif
1299 1298
1300#if defined(RXVT_SCROLLBAR) 1299#if defined(RXVT_SCROLLBAR)
1301 // scrollbar-rxvt.C 1300 // scrollbar-rxvt.C
1302 void Draw_button (int x, int y, int state, int dirn); 1301 void Draw_button (int x, int y, int state, int dirn);
1303 int scrollbar_show_rxvt (int update, int last_top, int last_bot, int scrollbar_len); 1302 int scrollbar_show_rxvt (int update, int last_top, int last_bot, int scrollbar_len);
1304# define scrollbar_update scrollbar_show_rxvt // HACK
1305#endif 1303#endif
1306 1304
1307#if defined(XTERM_SCROLLBAR) 1305#if defined(XTERM_SCROLLBAR)
1308 // scrollbar-xterm.C 1306 // scrollbar-xterm.C
1309 int scrollbar_show_xterm (int update, int last_top, int last_bot, int scrollbar_len); 1307 int scrollbar_show_xterm (int update, int last_top, int last_bot, int scrollbar_len);
1310# define scrollbar_update scrollbar_show_xterm // HACK
1311#endif 1308#endif
1312 1309
1313 // scrollbar.C 1310 // scrollbar.C
1314 int scrollbar_mapping (int map); 1311 int scrollbar_mapping (int map);
1315 int scrollbar_show (int update); 1312 int scrollbar_show (int update);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines