X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2FscreenhackI.h;h=540f83c2dc863e90be97a4de6255d62a24ad45da;hp=5cb59c0ae66b86fe78b87ed8d8948aa0e71fd868;hb=6b1c86cf395f59389e4ece4ea8f4bea2c332745b;hpb=488f2fa8fbdbc77e91a70da2962d73af49e6cace diff --git a/hacks/screenhackI.h b/hacks/screenhackI.h index 5cb59c0a..540f83c2 100644 --- a/hacks/screenhackI.h +++ b/hacks/screenhackI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2006 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2008 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -85,6 +85,11 @@ # define M_PI_2 1.5707963267 #endif +#ifndef Button6 +# define Button6 6 +# define Button7 7 +#endif + #include "yarandom.h" #include "usleep.h" #include "resources.h"