X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2Fjwxyz.h;h=5e1767a8a437870a0ab22c6f3dfb8f127616fe89;hp=35e7f5572b56beefaf9006bfaf8f509aef895a3c;hb=c494fd2e6b3b25582375d62e40f4f5cc984ca424;hpb=07faf451b99879183ed7e909e43a0e065be1ee7f diff --git a/OSX/jwxyz.h b/OSX/jwxyz.h index 35e7f557..5e1767a8 100644 --- a/OSX/jwxyz.h +++ b/OSX/jwxyz.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1991-2006 Jamie Zawinski +/* xscreensaver, Copyright (c) 1991-2007 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 @@ -231,6 +231,7 @@ typedef void * XtPointer; #define RootWindowOfScreen(s) RootWindow(DisplayOfScreen(s),0) #define DisplayWidth XDisplayWidth #define DisplayHeight XDisplayHeight +#define XMaxRequestSize(dpy) (65535) extern Display *jwxyz_make_display (void *nsview); extern void jwxyz_free_display (Display *);