summaryrefslogtreecommitdiffstats
path: root/utils/visual.h
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:43:39 +0200
committerSimon Rettberg2021-04-07 13:38:37 +0200
commit38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch)
tree9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /utils/visual.h
parentMaybe not remove, but ... (diff)
downloadxscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.tar.gz
xscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.tar.xz
xscreensaver-38886de0c3e9ea5729ef23e4c653fa2822f52e8f.zip
xscreensaver 6.00v28r1openslx
Diffstat (limited to 'utils/visual.h')
-rw-r--r--utils/visual.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/visual.h b/utils/visual.h
index 18ff7a6..4fd1b95 100644
--- a/utils/visual.h
+++ b/utils/visual.h
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1993-2014 by Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright © 1993-2021 Jamie Zawinski <jwz@jwz.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -33,4 +33,8 @@ extern Visual *get_gl_visual (Screen *);
extern void describe_gl_visual (FILE *, Screen *, Visual *, Bool priv_cmap_p);
extern Bool validate_gl_visual (FILE *, Screen *, const char *, Visual *);
+#ifdef __egl_h_ /* EGL/egl.h included */
+extern void get_egl_config (Display *, EGLDisplay *, EGLint vid, EGLConfig *);
+#endif
+
#endif /* __VISUAL_H__ */