Increased MAX_MSG_SIZE for support of Clouseau - needed for next

Clouseau commit (screenshots)

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79744
devs/devilhorns/wayland_egl
Daniel Zaoui 10 years ago committed by Daniel Zaoui
parent a94c9b785a
commit 5f875d92f0
  1. 4
      src/lib/eet/eet_connection.c

@ -35,8 +35,8 @@ void *alloca(size_t);
#include "Eet.h"
#include "Eet_private.h"
/* max message size: 1Mb - raised from original 64Kb */
#define MAX_MSG_SIZE (1024 * 1024)
/* max message size: 1Gb - raised from original 64Kb */
#define MAX_MSG_SIZE (1024 * 1024 * 1024)
#define MAGIC_EET_DATA_PACKET 0x4270ACE1
struct _Eet_Connection

Loading…
Cancel
Save