summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_r300.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-02 12:16:19 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-02 12:58:15 -0800
commit4f77b0103d5f150845300ee8bddcef20d11a9820 (patch)
treeddf5593941e213ed4319e037de16d548454c4977 /src/gallium/winsys/drm/radeon/core/radeon_r300.h
parentdad193d516422a9e330e58148822735b0decb8da (diff)
r300g, radeong: De-specialize r300_winsys into radeon_winsys.
There's like five good reasons for this, I swear.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/core/radeon_r300.h')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_r300.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_r300.h b/src/gallium/winsys/drm/radeon/core/radeon_r300.h
index 775d7937fd..cfbdb30266 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_r300.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_r300.h
@@ -34,9 +34,6 @@
#include "radeon_buffer.h"
-struct radeon_winsys;
-
-struct r300_winsys*
-radeon_create_r300_winsys(int fd, struct radeon_winsys* old_winsys);
+void radeon_setup_winsys(int fd, struct radeon_winsys* winsys);
#endif /* RADEON_R300_H */