From 363223352ee9c4c7c1d65e49cf48b38b538abaf2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Nov 2012 01:53:40 +0300 Subject: Moving Android on screen keyboard button from SDL to ManaPlus. Also add basic functions for handling other on screen buttons. --- data/graphics/gui/CMakeLists.txt | 1 + data/graphics/gui/Makefile.am | 1 + data/graphics/gui/keyboard_icon.xml | 5 +++++ data/graphics/gui/window.png | Bin 18125 -> 20056 bytes 4 files changed, 7 insertions(+) create mode 100644 data/graphics/gui/keyboard_icon.xml (limited to 'data/graphics') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 4cb568721..ea3312600 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -27,6 +27,7 @@ SET (FILES item_selection.xml item_shortcut_background.xml itemcontainer.xml + keyboard_icon.xml label.xml listbox.xml mouse.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index f6d9eb9df..cd3f80397 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -30,6 +30,7 @@ gui_DATA = \ item_selection.xml \ item_shortcut_background.xml \ itemcontainer.xml \ + keyboard_icon.xml \ label.xml \ listbox.xml \ mouse.png \ diff --git a/data/graphics/gui/keyboard_icon.xml b/data/graphics/gui/keyboard_icon.xml new file mode 100644 index 000000000..5b84f50b2 --- /dev/null +++ b/data/graphics/gui/keyboard_icon.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index 20f5bf829..54455fa9d 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ -- cgit v1.2.3-60-g2f50