[host] rename project to "Looking Glass"

This commit is contained in:
Geoffrey McRae
2017-12-04 02:31:16 +11:00
parent 10e6408022
commit ec13fc161d
17 changed files with 28 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
/*
KVMGFX Client - A KVM Client for VGA Passthrough
Looking Glass - KVM FrameRelay (KVMFR) Client
Copyright (C) 2017 Geoffrey McRae <geoff@hostfission.com>
This program is free software; you can redistribute it and/or modify it under
@@ -50,7 +50,7 @@ private:
HANDLE m_readyEvent;
ICapture * m_capture;
KVMGFXHeader * m_header;
KVMFRHeader * m_header;
uint8_t * m_frame[2];
size_t m_frameSize;
uint64_t m_dataOffset[2];