diff options
author | Peter Åstrand (astrand) <astrand@cendio.se> | 2018-04-02 22:15:47 +0200 |
---|---|---|
committer | Peter Åstrand (astrand) <astrand@cendio.se> | 2018-04-09 11:02:20 +0200 |
commit | ffeda0767ff1c61c72627f4aacb1526764630161 (patch) | |
tree | 925dabe37f11c5d72e10ddd35a8c6b8068548238 /unix/xserver/hw/vnc/xvnc.c | |
parent | ab98f7657b715a991023fc5e98ba2c58103d40d6 (diff) | |
download | tigervnc-ffeda0767ff1c61c72627f4aacb1526764630161.tar.gz tigervnc-ffeda0767ff1c61c72627f4aacb1526764630161.zip |
Remove "screen" argument from Randr glue functions
Screen is a Xvnc thing and not relevant for x0vncserver etc.
Diffstat (limited to 'unix/xserver/hw/vnc/xvnc.c')
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 0f17095d..f06e0b15 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -1377,7 +1377,7 @@ static RRCrtcPtr vncRandRCrtcCreate(ScreenPtr pScreen) } /* Used from XserverDesktop when it needs more outputs... */ -int vncRandRCreateOutputs(int scrIdx, int extraOutputs) +int vncRandRCreateScreenOutputs(int scrIdx, int extraOutputs) { RRCrtcPtr crtc; |