summaryrefslogtreecommitdiff
path: root/src/g80_cursor.c
diff options
context:
space:
mode:
authorroot <root@treble.(none)>2007-03-10 22:12:39 -0800
committerroot <root@treble.(none)>2007-03-10 22:17:24 -0800
commit636adcd57f1c5b33edf2d8fbf9e7fa9aac1ccb1a (patch)
treeadf2f3384d442c4ce60a0b6ca399f2d61b7cb19f /src/g80_cursor.c
parent8b2c7bc457d34b7ed59cd08719bec8754ebf6fb8 (diff)
Get rid of BackendMode and disable hw cursor for now.
Diffstat (limited to 'src/g80_cursor.c')
-rw-r--r--src/g80_cursor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/g80_cursor.c b/src/g80_cursor.c
index 07422e5..f416860 100644
--- a/src/g80_cursor.c
+++ b/src/g80_cursor.c
@@ -21,6 +21,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#if 0
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -183,3 +184,5 @@ Bool G80CursorInit(ScreenPtr pScreen)
return xf86InitCursor(pScreen, infoPtr);
}
+
+#endif