VirtGL: Fix warnings in helper_opengl.h
authorFrédéric Dalleau <frederic.dalleau@linux.intel.com>
Wed, 4 Sep 2013 10:16:17 +0000 (12:16 +0200)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 09:17:19 +0000 (18:17 +0900)
commitad6fa8332a0f8ccdc3deac7b69a25ba41ee39566
treeec2bf2fa6e569e3bf56e4317db1d5226e66f6135
parent799f7ab2d5a681ac327a34ce3d01c268595fde4f
VirtGL: Fix warnings in helper_opengl.h

Declare decode_call_int in a dedicated header file helper_opengl.h
Use it from files that need it.
Since decode_call_int declaration required ProcessStruct, opengl_process.h
must be protected from multiple inclusions.

Change-Id: I3329eaf5e4de8882ebb21dc50c2c5040cbbadb9d

Conflicts:

tizen/src/hw/virtio-gl.c
tizen/src/hw/helper_opengl.c
tizen/src/hw/helper_opengl.h [new file with mode: 0644]
tizen/src/hw/opengl_process.h
tizen/src/hw/virtio-gl.c