mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[all] bump KVMFR version due to incompatible changes
This commit is contained in:
parent
5f1d17ba1f
commit
9377fdfc37
3 changed files with 2 additions and 3 deletions
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…
Reference in a new issue