Comment 46 for bug 64147

Revision history for this message
Martin Pitt (pitti) wrote : Re: Logo is blurred on resolutions without an explicit theme

For this, I added these fields to the theme definition:

       /* theme resolution; if 0, use width/height of pixmap */
       short theme_width;
       short theme_height;

       /* position of pixmap */
       short pixmap_x;
       short pixmap_y;

Kenneth, Mat, please confirm whether this is what you need.