Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-07-22 18:13:28 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-07-22 18:13:28 +0400
commit8c5f028f4a8600e961fa0dbe4a884261f10f8098 (patch)
treefcd84ac92fba7b1d9aaf9c9eed8d11316956473b /intern/ghost
parent7b1bb26135442a63b6f20f14a04ead0453e0958a (diff)
Fix compile error due to faulty merge.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index ef182a36539..517c3a1ebac 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -75,6 +75,9 @@
#include <stdio.h> // for fprintf only
#include <cstdlib> // for exit
+static GHOST_TKey
+convertXKey(KeySym key);
+
//these are for copy and select copy
static char *txt_cut_buffer= NULL;
static char *txt_select_buffer= NULL;