Index: sawfish-0.30.3/src/keys.h
diff -c sawfish-0.30.3/src/keys.h:1.1.1.1 sawfish-0.30.3/src/keys.h:1.2
*** sawfish-0.30.3/src/keys.h:1.1.1.1	Fri Sep 15 14:05:24 2000
--- sawfish-0.30.3/src/keys.h	Fri Sep 15 14:16:40 2000
***************
*** 38,44 ****
      EV_CODE_MOUSE_CLICK2,
      EV_CODE_MOUSE_MOVE,
      EV_CODE_MOUSE_UP,
!     EV_CODE_MOUSE_CLICK3,
  };
  
  /* The low 16 bits of the MODS is the standard X modifier mask. Bits
--- 38,44 ----
      EV_CODE_MOUSE_CLICK2,
      EV_CODE_MOUSE_MOVE,
      EV_CODE_MOUSE_UP,
!     EV_CODE_MOUSE_CLICK3
  };
  
  /* The low 16 bits of the MODS is the standard X modifier mask. Bits
***************
*** 62,68 ****
      EV_MOD_RELEASE= 0x00800000,
  
      EV_TYPE_MASK  = 0x000f0000,
!     EV_MOD_MASK   = 0x0ff0ffff,
  };
  
  #define EV_MOD_BUTTON_MASK \
--- 62,68 ----
      EV_MOD_RELEASE= 0x00800000,
  
      EV_TYPE_MASK  = 0x000f0000,
!     EV_MOD_MASK   = 0x0ff0ffff
  };
  
  #define EV_MOD_BUTTON_MASK \
Index: sawfish-0.30.3/src/sawmill_subrs.h
diff -c sawfish-0.30.3/src/sawmill_subrs.h:1.1.1.1 sawfish-0.30.3/src/sawmill_subrs.h:1.2
*** sawfish-0.30.3/src/sawmill_subrs.h:1.1.1.1	Fri Sep 15 14:05:24 2000
--- sawfish-0.30.3/src/sawmill_subrs.h	Fri Sep 15 14:25:10 2000
***************
*** 51,57 ****
  extern void commands_init (void);
  
  /* from display.c */
! extern char *prog_name;
  extern Display *dpy;
  extern int screen_num, screen_width, screen_height, preferred_depth;
  extern Visual *preferred_visual;
--- 51,57 ----
  extern void commands_init (void);
  
  /* from display.c */
! /* extern char *prog_name; */
  extern Display *dpy;
  extern int screen_num, screen_width, screen_height, preferred_depth;
  extern Visual *preferred_visual;
