[all] bump KVMFR version due to incompatible changes

This commit is contained in:
Geoffrey McRae 2019-10-14 17:19:19 +11:00
parent 5f1d17ba1f
commit 9377fdfc37
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
B1-10-g4c0ca1c8e7+1
B1-11-g5f1d17ba1f+1

View File

@ -376,7 +376,6 @@ static int frameThread(void * unused)
SDL_SetWindowSize(state.window, header.width, header.height);
updatePositionInfo();
}
FrameBuffer frame = (FrameBuffer)((uint8_t *)state.shm + header.dataPos);
if (!state.lgr->on_frame_event(state.lgrData, lgrFormat, frame))
{

View File

@ -21,7 +21,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdint.h>
#define KVMFR_HEADER_MAGIC "[[KVMFR]]"
#define KVMFR_HEADER_VERSION 8
#define KVMFR_HEADER_VERSION 9
typedef enum FrameType
{