[PATCH dummy] Switch to using dixChangeWindowProperty
Jon Turney
jon.turney at dronecode.org.uk
Thu Feb 4 14:27:25 UTC 2016
On 14/01/2016 00:31, Peter Hutterer wrote:
> eb36924ead40564325aa56d54a973dc8fb4eae83 removed ChangeWindowProperty from the
> server.
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
Reviewed-by: Jon Turney <jon.turney at dronecode.org.uk>
> ---
> src/dummy_driver.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/src/dummy_driver.c b/src/dummy_driver.c
> index 470e125..9d4d5bf 100644
> --- a/src/dummy_driver.c
> +++ b/src/dummy_driver.c
> @@ -790,8 +790,9 @@ DUMMYCreateWindow(WindowPtr pWin)
> if (! ValidAtom(VFB_PROP))
> VFB_PROP = MakeAtom(VFB_PROP_NAME, strlen(VFB_PROP_NAME), 1);
>
> - ret = ChangeWindowProperty(pWinRoot, VFB_PROP, XA_STRING,
> - 8, PropModeReplace, (int)4, (pointer)"TRUE", FALSE);
> + ret = dixChangeWindowProperty(serverClient, pWinRoot, VFB_PROP,
> + XA_STRING, 8, PropModeReplace,
> + (int)4, (pointer)"TRUE", FALSE);
> if( ret != Success)
> ErrorF("Could not set VFB root window property");
> dPtr->prop = TRUE;
>
More information about the xorg-devel
mailing list