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.

20 lines
486 B

  1. --- ./kcontrol/joystick/joydevice.h~ 2005-10-05 15:37:43.000000000 +0200
  2. +++ ./kcontrol/joystick/joydevice.h 2005-10-22 15:32:27.000000000 +0200
  3. @@ -23,8 +23,17 @@
  4. #include <qstring.h>
  5. +#ifdef __STRICT_ANSI__
  6. +#define REDEFINE__STRICT_ANSI__
  7. +#undef __STRICT_ANSI__
  8. +#endif
  9. +
  10. #include <linux/joystick.h>
  11. +#ifdef REDEFINE__STRICT_ANSI__
  12. +#define __STRICT_ANSI__
  13. +#endif
  14. +
  15. // helper class which holds all current values, file descriptor, etc. for
  16. // one device
  17. class JoyDevice