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"
|
||||
|
||||
uint8 keymap[256];
|
||||
uint8 functionmap[128];
|
||||
static uint8 keymap[256];
|
||||
static uint8 functionmap[128];
|
||||
|
||||
void df_keyboard_init()
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include "dfreerdp.h"
|
||||
|
||||
freerdp_sem g_sem;
|
||||
static freerdp_sem g_sem;
|
||||
static int g_thread_count = 0;
|
||||
|
||||
struct thread_data
|
||||
|
Loading…
Reference in New Issue
Block a user