mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
561 B

  1. This fixes the error:
  2. xterm.c:8875: error: structure has no member named `scroll_mode'
  3. A variation of Richard Stallman's patch, see http://lists.gnu.org/archive/html/emacs-devel/2003-11/msg00082.html
  4. --- ./src/xterm.c~ 2002-10-15 16:21:45.000000000 +0200
  5. +++ ./src/xterm.c 2006-03-29 02:12:52.000000000 +0200
  6. @@ -118,7 +118,7 @@
  7. #ifdef HAVE_XAW3D
  8. #include <X11/Xaw3d/Simple.h>
  9. #include <X11/Xaw3d/Scrollbar.h>
  10. -#define ARROW_SCROLLBAR
  11. +#define XAW_ARROW_SCROLLBARS
  12. #include <X11/Xaw3d/ScrollbarP.h>
  13. #else /* !HAVE_XAW3D */
  14. #include <X11/Xaw/Simple.h>