mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
DirectFB: Add static to a few global variables.
This commit is contained in:
parent
affd83c905
commit
062cfe62b7
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include "df_event.h"
|
#include "df_event.h"
|
||||||
|
|
||||||
uint8 keymap[256];
|
static uint8 keymap[256];
|
||||||
uint8 functionmap[128];
|
static uint8 functionmap[128];
|
||||||
|
|
||||||
void df_keyboard_init()
|
void df_keyboard_init()
|
||||||
{
|
{
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#include "dfreerdp.h"
|
#include "dfreerdp.h"
|
||||||
|
|
||||||
freerdp_sem g_sem;
|
static freerdp_sem g_sem;
|
||||||
static int g_thread_count = 0;
|
static int g_thread_count = 0;
|
||||||
|
|
||||||
struct thread_data
|
struct thread_data
|
||||||
|
Loading…
Reference in New Issue
Block a user