X11rdp: Mesa link fix

This commit is contained in:
Jay Sorg 2016-04-21 11:11:28 -07:00
parent 5e398e0c91
commit b3273a3bfc
1 changed files with 7 additions and 0 deletions

View File

@ -139,6 +139,8 @@ static miPointerScreenFuncRec g_rdpPointerCursorFuncs =
rdpPointerNewEventScreen
};
int glGetBufferSubData(void);
/******************************************************************************/
/* returns error, zero is good */
static int
@ -189,6 +191,11 @@ set_bpp(int bpp)
g_greenBits = 8;
g_blueBits = 8;
}
else if (g_bpp == 33)
{
/* will never happen */
glGetBufferSubData();
}
else
{
rv = 1;