examples: png-server: Remove y-inversion

tight-png
Andri Yngvason 2019-09-08 23:29:01 +00:00
parent f3def21c96
commit 1d5117554f
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ int main(int argc, char *argv[])
return 1; return 1;
} }
fb.nvnc_modifier = NVNC_MOD_Y_INVERT;
struct nvnc *server = nvnc_open("127.0.0.1", 5900); struct nvnc *server = nvnc_open("127.0.0.1", 5900);
nvnc_set_dimensions(server, fb.width, fb.height, fb.fourcc_format); nvnc_set_dimensions(server, fb.width, fb.height, fb.fourcc_format);