mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[all] bump KVMFR version due to incompatible changes
This commit is contained in:
parent
5f1d17ba1f
commit
9377fdfc37
@ -376,7 +376,6 @@ static int frameThread(void * unused)
|
|||||||
SDL_SetWindowSize(state.window, header.width, header.height);
|
SDL_SetWindowSize(state.window, header.width, header.height);
|
||||||
updatePositionInfo();
|
updatePositionInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
FrameBuffer frame = (FrameBuffer)((uint8_t *)state.shm + header.dataPos);
|
FrameBuffer frame = (FrameBuffer)((uint8_t *)state.shm + header.dataPos);
|
||||||
if (!state.lgr->on_frame_event(state.lgrData, lgrFormat, frame))
|
if (!state.lgr->on_frame_event(state.lgrData, lgrFormat, frame))
|
||||||
{
|
{
|
||||||
|
@ -21,7 +21,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define KVMFR_HEADER_MAGIC "[[KVMFR]]"
|
#define KVMFR_HEADER_MAGIC "[[KVMFR]]"
|
||||||
#define KVMFR_HEADER_VERSION 8
|
#define KVMFR_HEADER_VERSION 9
|
||||||
|
|
||||||
typedef enum FrameType
|
typedef enum FrameType
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user