]> git.sesse.net Git - ccbs/blobdiff - bigscreen/groupscreen.cpp
Support different backgrounds per-screen.
[ccbs] / bigscreen / groupscreen.cpp
index d4174574d67baf6ffb29c454428be6fa58433275..ab3ca54a8d36e6eb8ec37527d99a88583f4d11e1 100644 (file)
@@ -615,7 +615,7 @@ void GroupScreen::draw(unsigned char *buf, unsigned width, unsigned height)
        conn.perform(FetchGroup(tournament, round, parallel, &group));
        gettimeofday(&last_updated, NULL);
 
        conn.perform(FetchGroup(tournament, round, parallel, &group));
        gettimeofday(&last_updated, NULL);
 
-       fill_background(buf, width, height);
+       fill_background(buf, "groupscreen", width, height);
 
        std::vector<unsigned> colwidth;
        
 
        std::vector<unsigned> colwidth;