Cleaning up the "keyboard" module. Also general fixups here and there, and cleanups of earlier cleanups.

This commit is contained in:
waltje
2017-10-24 22:10:21 -04:00
parent 659e07221d
commit 5abd25ba58
17 changed files with 533 additions and 546 deletions

View File

@@ -8,7 +8,7 @@
*
* Implement the VNC remote renderer with LibVNCServer.
*
* Version: @(#)vnc.c 1.0.6 2017/10/22
* Version: @(#)vnc.c 1.0.7 2017/10/24
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Based on raw code by RichardG, <richardg867@gmail.com>
@@ -26,9 +26,9 @@
#include "86box.h"
#include "device.h"
#include "video/video.h"
#include "keyboard.h"
#include "mouse.h"
#include "plat.h"
#include "plat_keyboard.h"
#include "ui.h"
#include "vnc.h"