From bd5617772cdd3d31903befaf3f155a49f787efc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 10 May 2012 14:13:05 -0400 Subject: [PATCH] protocol: Specify that the fullscreen framerate parameter is also mHz --- protocol/wayland.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 67ece1b7..6b1562b8 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -472,7 +472,8 @@ The framerate parameter is used only when the fullscreen_method is set to "driver", to indicate the preferred framerate. framerate=0 indicates - that the app does not care about framerate. + that the app does not care about framerate. The framerate is + specified in mHz, that is framerate of 60000 is 60Hz. The compositor must reply to this request with a configure event with the dimensions for the output on which the surface will be made fullscreen.