summaryrefslogtreecommitdiff
path: root/src/nv50_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv50_cursor.h')
-rw-r--r--src/nv50_cursor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/nv50_cursor.h b/src/nv50_cursor.h
new file mode 100644
index 0000000..c856780
--- /dev/null
+++ b/src/nv50_cursor.h
@@ -0,0 +1,12 @@
+#ifndef __NV50_CURSOR_H__
+#define __NV50_CURSOR_H__
+
+Bool NV50CursorInit(ScreenPtr);
+Bool NV50CursorAcquire(ScrnInfoPtr);
+void NV50CursorRelease(ScrnInfoPtr);
+
+/* CRTC cursor functions */
+void NV50SetCursorPosition(xf86CrtcPtr crtc, int x, int y);
+void NV50LoadCursorARGB(xf86CrtcPtr crtc, CARD32 *src);
+
+#endif