diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-29 18:00:27 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-29 18:01:37 -0500 |
commit | ef60632e200853680282016e32a7a9fb01882852 (patch) | |
tree | c80d11f651765a3c8996f7d3497cb7eafdaaa6fc /miext | |
parent | cc76ea6e3ac6a405f0c198c4e62be40aa8d2b546 (diff) |
dix: Modify callers of property and selection API to use new interfaces.
Diffstat (limited to 'miext')
-rw-r--r-- | miext/rootless/rootlessWindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miext/rootless/rootlessWindow.c b/miext/rootless/rootlessWindow.c index 7285f959d..0dad44a99 100644 --- a/miext/rootless/rootlessWindow.c +++ b/miext/rootless/rootlessWindow.c @@ -181,8 +181,8 @@ set_screen_origin (WindowPtr pWin) data[1] = (dixScreenOrigins[pWin->drawable.pScreen->myNum].y + darwinMainScreenY); - ChangeWindowProperty (pWin, xa_native_screen_origin (), XA_INTEGER, - 32, PropModeReplace, 2, data, TRUE); + dixChangeWindowProperty(serverClient, pWin, xa_native_screen_origin(), + XA_INTEGER, 32, PropModeReplace, 2, data, TRUE); } /* |