"Firstname Lastname" <[EMAIL PROTECTED]> writes:

> in hgc.c i find this:
> 
> dpy->fb.size.x = mode->request.virt.x / mode->request.text.x;
> 
> I believe it references this:
> 
> 
> typedef struct          /* requested by user and changed by driver    */
> {
>         kgiu32          frames;         /* frames needed                     
>     */
>         kgi_coord       visible;        /* vis. pixels, may change slightly  
>     */
>         kgi_coord       virt;           /* virtual pixels, may change        
>     */
>         kgi_coord       size;           /* size of visible in mm             
>     */
>         kgi_graphtype   graphtype;      /* which mode ?                      
>     */
>         kgi_coord       dpp;            /* dots per pixel                    
>     */
> } kgi_modereq;
> 
> 
> however the CVS log mentions no reference to "text" ever being there.  
> anyone know what's going on?

Yes, but not how to fix it...
Does someone remember what the infamous text ==> dpp change involved
for the drivers?

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: [EMAIL PROTECTED]

Reply via email to