summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-05-10 14:13:05 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-05-10 14:13:05 -0400
commitbd5617772cdd3d31903befaf3f155a49f787efc4 (patch)
tree4bc1193a4ac7a96f635cb5d70d67c007914f02e1
parente8aa047259d4a17608f16359cdbef77f9d3c9668 (diff)
protocol: Specify that the fullscreen framerate parameter is also mHz
-rw-r--r--protocol/wayland.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 67ece1b..6b1562b 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.