Home | History | Annotate | Download | only in rfb

Lines Matching full:screenheight

1119      rfbGetScreen(argc,argv,screenwidth,screenheight,8,3,bpp);
1130 screen->frameBuffer = (char*)malloc(screenwidth*screenheight*bpp);