]> git.sesse.net Git - ccbs/blobdiff - bigscreen/top10scorescreen.h
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / bigscreen / top10scorescreen.h
index 2a32901b285abb12f84df1a922b28c0b5bf4dede..439bfebddc87e2d5a7540a8d075b157fe8ae080f 100644 (file)
@@ -22,7 +22,7 @@ public:
        virtual ~Top10ScoreScreen();
 
        bool check_invalidated();
-       void draw(unsigned char *buf);
+       void draw(unsigned char *buf, unsigned width, unsigned height);
        int get_priority();
 };