protocol: Specify that the fullscreen framerate parameter is also mHz

This commit is contained in:
Kristian Høgsberg 2012-05-10 14:13:05 -04:00
parent e8aa047259
commit bd5617772c

View file

@ -472,7 +472,8 @@
The framerate parameter is used only when the fullscreen_method is set The framerate parameter is used only when the fullscreen_method is set
to "driver", to indicate the preferred framerate. framerate=0 indicates 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 compositor must reply to this request with a configure event with
the dimensions for the output on which the surface will be made fullscreen. the dimensions for the output on which the surface will be made fullscreen.