#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
_______________________________________________
openchrome-users mailing list
[email protected]
http://wiki.openchrome.org/mailman/listinfo/openchrome-users
Main page:
http://www.openchrome.org
Wiki:
http://wiki.openchrome.org
User Forum:
http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1


Reply via email to