X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fvisual.h;h=dd45708ea0643b89adb20d67fbfd6da86554b970;hp=2a0b3534e691d1ffea812b3fc86ff86006338cf9;hb=278c59e14c53fd412b734e699bd4f314f766f804;hpb=551b3de3f619c04c2dd1971ee9b3f02e270c28c9 diff --git a/utils/visual.h b/utils/visual.h index 2a0b3534..dd45708e 100644 --- a/utils/visual.h +++ b/utils/visual.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1993-1998 by Jamie Zawinski +/* xscreensaver, Copyright (c) 1993-1999 by 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 @@ -24,4 +24,6 @@ extern void describe_visual (FILE *f, Screen *, Visual *, Bool private_cmap_p); extern Visual *get_overlay_visual (Screen *, unsigned long *pixel_return); extern Bool has_writable_cells (Screen *screen, Visual *visual); +Visual *get_gl_visual (Screen *screen); + #endif /* __VISUAL_H__ */