projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d0cf5
)
gears: add a warning about refresh rate limitation
author
Olivier Blin
<olivier.blin@softathome.com>
Thu, 26 Jul 2012 16:55:53 +0000
(18:55 +0200)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Fri, 27 Jul 2012 02:03:41 +0000
(22:03 -0400)
clients/gears.c
patch
|
blob
|
history
diff --git
a/clients/gears.c
b/clients/gears.c
index
19165e7
..
aee0357
100644
(file)
--- a/
clients/gears.c
+++ b/
clients/gears.c
@@
-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);