mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-02 12:41:09 +00:00
[all] bump KVMFR version due to incompatible changes
This commit is contained in:
parent
5f1d17ba1f
commit
9377fdfc37
2
VERSION
2
VERSION
@ -1 +1 @@
|
||||
B1-10-g4c0ca1c8e7+1
|
||||
B1-11-g5f1d17ba1f+1
|
@ -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))
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user