From f280efc6201adf8933c9d48a1d5b6983ee9fed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Fri, 4 May 2012 13:10:41 +0200 Subject: Added QScreen::refreshRate() to get the vertical refresh rate. To give applications that want it the option to use a fixed timestep for animations, and to avoid having values of 60 hard-coded (we have a couple of those in qtdeclarative/src/quick already), we need to know the refresh rates of the screens we are rendering to. Change-Id: Ife49162e830440ad7eab563a27e8aebbbafc5fc5 Reviewed-by: Girish Ramakrishnan Reviewed-by: Friedemann Kleint Reviewed-by: Lars Knoll --- config.tests/qpa/xcb/xcb.cpp | 1 + config.tests/qpa/xcb/xcb.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'config.tests/qpa') diff --git a/config.tests/qpa/xcb/xcb.cpp b/config.tests/qpa/xcb/xcb.cpp index 6037f15e82..0ffeab127b 100644 --- a/config.tests/qpa/xcb/xcb.cpp +++ b/config.tests/qpa/xcb/xcb.cpp @@ -50,6 +50,7 @@ #include #include #include +#include #include int main(int, char **) diff --git a/config.tests/qpa/xcb/xcb.pro b/config.tests/qpa/xcb/xcb.pro index ed68bca242..23eedb03a7 100644 --- a/config.tests/qpa/xcb/xcb.pro +++ b/config.tests/qpa/xcb/xcb.pro @@ -1,5 +1,5 @@ SOURCES = xcb.cpp CONFIG -= qt -LIBS += -lxcb -lxcb-image -lxcb-keysyms -lxcb-icccm -lxcb-sync -lxcb-xfixes +LIBS += -lxcb -lxcb-image -lxcb-keysyms -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-randr -- cgit v1.2.3