Home
last modified time | relevance | path

Searched refs:tilecut (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Dscreen.c4599 static int tilecut = -1; local
4653 if (tilecut < 0) {
4655 tilecut = atoi(getenv("TILECUT"));
4657 if (tilecut < 0) tilecut = 4;
4661 && (tile_diffs > tilecut || debug_tiles > 1)) {