~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

Viewing changes to plugins/text/src/private.h

  • Committer: MC Return
  • Date: 2013-07-05 14:43:37 UTC
  • mto: This revision was merged to the branch mainline in revision 3771.
  • Revision ID: mc.return@gmx.net-20130705144337-plne3uf5q910vuad
Text, speed improvements
(please see main commit message for details)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        bool render (const CompText::Attrib &attrib,
78
78
                     const CompString       &text);
79
79
 
80
 
        int                  mWidth;
81
 
        int                  mHeight;
82
 
        Pixmap               mPixmap;
 
80
        int    mWidth;
 
81
        int    mHeight;
 
82
        Pixmap mPixmap;
83
83
 
84
84
    private:
85
85