summaryrefslogtreecommitdiff
path: root/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.h b/screen.h
index 7813a02..cfcae30 100644
--- a/screen.h
+++ b/screen.h
@@ -22,7 +22,7 @@ int screen_open(int width, int height, int bpp);
/* Close DRM device */
void screen_close(void);
-/* Allocate some VRAM */
-void *screen_allocmem(int agp, int size, uint64_t *ofs);
+/* Allocate some VRAM, map to CPU write */
+struct nouveau_bo *screen_allocmem(int size);
#endif