- fixed one type of freeze in the custom menu

- some small opengl changes
This commit is contained in:
Mark Vejvoda
2011-02-08 18:23:41 +00:00
parent 41027bb1b8
commit 17e2a87890
6 changed files with 100 additions and 15 deletions

View File

@@ -141,7 +141,7 @@ public:
int getDataToRead(bool wantImmediateReply=false);
int send(const void *data, int dataSize);
int receive(void *data, int dataSize);
int peek(void *data, int dataSize);
int peek(void *data, int dataSize, bool mustGetData=true);
void setBlock(bool block);
static void setBlock(bool block, PLATFORM_SOCKET socket);