fixed include path for freerdp >= 1.0
Signed-off-by: Michael Jumper <zhangmaike@users.sourceforge.net>
This commit is contained in:
parent
7736e8f7aa
commit
8978181316
@ -38,7 +38,8 @@
|
|||||||
#ifndef _GUAC_RDP_RDP_KEYMAP_H
|
#ifndef _GUAC_RDP_RDP_KEYMAP_H
|
||||||
#define _GUAC_RDP_RDP_KEYMAP_H
|
#define _GUAC_RDP_RDP_KEYMAP_H
|
||||||
|
|
||||||
#include <freerdp/kbd/layouts.h>
|
#include <freerdp/locale/keyboard.h>
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a keysym-to-scancode mapping for RDP, with extra information
|
* Represents a keysym-to-scancode mapping for RDP, with extra information
|
||||||
|
@ -37,7 +37,8 @@
|
|||||||
* ***** END LICENSE BLOCK ***** */
|
* ***** END LICENSE BLOCK ***** */
|
||||||
|
|
||||||
#include <freerdp/input.h>
|
#include <freerdp/input.h>
|
||||||
#include <freerdp/kbd/layouts.h>
|
|
||||||
|
#include <freerdp/locale/keyboard.h>
|
||||||
|
|
||||||
#include "rdp_keymap.h"
|
#include "rdp_keymap.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user