summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_hardpipe_winsys.c
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-15 17:13:37 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-15 17:58:48 +0900
commitd5ed158dc87669f62bb7d3fb65c23fb2a465442b (patch)
treef1f8b813c0f09ec1d7a013c0f4b63a7a477c4ee0 /src/gallium/state_trackers/python/st_hardpipe_winsys.c
parent9a99b19949e407528b5b40309efd344672de8f6f (diff)
python: Get object ownership done correctly.
Diffstat (limited to 'src/gallium/state_trackers/python/st_hardpipe_winsys.c')
-rw-r--r--src/gallium/state_trackers/python/st_hardpipe_winsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/st_hardpipe_winsys.c b/src/gallium/state_trackers/python/st_hardpipe_winsys.c
index 33b75637b3..1e04998232 100644
--- a/src/gallium/state_trackers/python/st_hardpipe_winsys.c
+++ b/src/gallium/state_trackers/python/st_hardpipe_winsys.c
@@ -37,8 +37,8 @@
#include "st_winsys.h"
+/* XXX: Force init_gallium symbol to be linked */
extern void init_gallium(void);
-
void (*force_init_gallium_linkage)(void) = &init_gallium;