Browse Source

Remove obsolete comment about backing store

This was removed years ago.
tags/v1.11.90
Pierre Ossman 2 years ago
parent
commit
acee988155
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      unix/xserver/hw/vnc/xvnc.c

+ 0
- 5
unix/xserver/hw/vnc/xvnc.c View File

@@ -1172,11 +1172,6 @@ vfbScreenInit(ScreenPtr pScreen, int argc, char **argv)
if (!ret)
return FALSE;

/*
* Circumvent the backing store that was just initialised. This amounts
* to a truely bizarre way of initialising SaveDoomedAreas and friends.
*/

pScreen->SaveScreen = vfbSaveScreen;

miPointerInitialize(pScreen, &vfbPointerSpriteFuncs, &vfbPointerCursorFuncs,

Loading…
Cancel
Save