(x, y, width, height, sock, display, depth)
| 94 | } |
| 95 | |
| 96 | _pngRect(x, y, width, height, sock, display, depth) { |
| 97 | throw new Error("PNG received in standard Tight rect"); |
| 98 | } |
| 99 | |
| 100 | _basicRect(ctl, x, y, width, height, sock, display, depth) { |
| 101 | if (this._filter === null) { |