X11rdp: Mesa link fix
This commit is contained in:
parent
5e398e0c91
commit
b3273a3bfc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user