DirectFB: Add static to a few global variables.

This commit is contained in:
Mike Gilbert 2011-11-30 19:23:56 -05:00
parent affd83c905
commit 062cfe62b7
2 changed files with 3 additions and 3 deletions

View File

@ -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()
{

View File

@ -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