From fc92d5fc4eb83372cf6888ec1c5ab238989e84a7 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 20 Aug 2008 10:43:11 +0100 Subject: [PATCH] add prototype --- glucose/glitz_glucose.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glucose/glitz_glucose.h b/glucose/glitz_glucose.h index 26540b727..addb15259 100644 --- a/glucose/glitz_glucose.h +++ b/glucose/glitz_glucose.h @@ -150,6 +150,9 @@ glitz_glucose_make_current (void *abstract_drawable, extern glitz_status_t glitz_glucose_make_current_read (void *abstract_surface); +extern void +glitz_glucose_screen_destroy (glitz_glucose_screen_info_t *screen_info); + extern void glitz_glucose_destroy (void *abstract_drawable);