From 636adcd57f1c5b33edf2d8fbf9e7fa9aac1ccb1a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Mar 2007 22:12:39 -0800 Subject: Get rid of BackendMode and disable hw cursor for now. --- src/g80_cursor.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/g80_cursor.c') 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 -- cgit v1.2.3