[Openchrome-users] [openChrome] #255: Missing hardware cursor on K8M890 chipset, svn revision 594

OpenChrome Trac trac
Mon Sep 29 06:34:17 PDT 2008


#255: Missing hardware cursor on K8M890 chipset, svn revision 594
----------------------------+-----------------------------------------------
Reporter:  Bill Farmer      |        Owner:  somebody      
    Type:  defect           |       Status:  reopened      
Priority:  minor            |    Component:  initialization
 Version:                   |   Resolution:                
Keywords:  hardware cursor  |  
----------------------------+-----------------------------------------------
Changes (by Bill Farmer):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 I think you've inadvertently left some markers in the src/via_cursor.c
 file:

         switch (pVia->Chipset) {
             case VIA_CLE266:
             case VIA_KM400:
             case VIA_K8M800:
 <<<<<<< .mine
             case VIA_K8M890:
 =======
             case VIA_K8M890:
 >>>>>>> .r595
                 cursor->isARGBSupported = FALSE;
                 cursor->isARGBEnabled = FALSE;

 It causes compilation to fail:

 via_cursor.c: In function 'viaCursorRecInit':
 via_cursor.c:548: error: expected expression before '<<' token

 Bill

-- 
Ticket URL: <http://www.openchrome.org/trac/ticket/255#comment:8>
openChrome <http://www.openchrome.org/>
The openChrome project



More information about the Openchrome-users mailing list