gears: add a warning about refresh rate limitation
authorOlivier Blin <olivier.blin@softathome.com>
Thu, 26 Jul 2012 16:55:53 +0000 (18:55 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 27 Jul 2012 02:03:41 +0000 (22:03 -0400)
clients/gears.c

index 19165e7..aee0357 100644 (file)
@@ -435,6 +435,7 @@ gears_create(struct display *display)
 
        gettimeofday(&tv, NULL);
        gears->last_fps = tv.tv_sec * 1000 + tv.tv_usec / 1000;
+       printf("Warning: FPS count is limited by the wayland compositor or monitor refresh rate\n");
 
        glEnable(GL_NORMALIZE);