diff options
author | Socapex <philippe_groarke@yahoo.ca> | 2013-01-19 21:02:01 -0500 |
---|---|---|
committer | Socapex <philippe_groarke@yahoo.ca> | 2013-01-19 21:02:01 -0500 |
commit | df606ace309acaf0c78f52e1f98eabed6c844ae2 (patch) | |
tree | d9799b0e4a507d9eacbbafc1755eecea03f0b373 /src/touchmanager.cpp | |
parent | d0169223b889a115b486e974e5b287c3ccb00d85 (diff) | |
parent | 678d4e70999ade5a36862039875aa5564291d09d (diff) | |
download | manaplus-df606ace309acaf0c78f52e1f98eabed6c844ae2.tar.gz manaplus-df606ace309acaf0c78f52e1f98eabed6c844ae2.tar.bz2 manaplus-df606ace309acaf0c78f52e1f98eabed6c844ae2.tar.xz manaplus-df606ace309acaf0c78f52e1f98eabed6c844ae2.zip |
Merge remote-tracking branch 'upstream/master' into osx
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r-- | src/touchmanager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp index ecbda62c6..c8d813998 100644 --- a/src/touchmanager.cpp +++ b/src/touchmanager.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012 The ManaPlus Developers + * Copyright (C) 2012-2013 The ManaPlus Developers * * This file is part of The ManaPlus Client. * @@ -378,8 +378,8 @@ void TouchManager::loadButtons() // 2x1 if (mButtonsFormat == 0) { - loadTouchItem(&mButtons[1], "dbutton.xml", "dbutton_image.xml", x, y, - sz, sz, RIGHT, "screenActionButton1", ""); + loadTouchItem(&mButtons[1], "dbutton.xml", "dbutton_image.xml", + x, y, sz, sz, RIGHT, "screenActionButton1", ""); loadTouchItem(&mButtons[0], "dbutton.xml", "dbutton_image.xml", skipWidth, y, sz, sz, RIGHT, "screenActionButton0", ""); @@ -387,8 +387,8 @@ void TouchManager::loadButtons() // 2x2 else if (mButtonsFormat == 1) { - loadTouchItem(&mButtons[3], "dbutton.xml", "dbutton_image.xml", x, y, - sz, sz, RIGHT, "screenActionButton3", ""); + loadTouchItem(&mButtons[3], "dbutton.xml", "dbutton_image.xml", + x, y, sz, sz, RIGHT, "screenActionButton3", ""); loadTouchItem(&mButtons[2], "dbutton.xml", "dbutton_image.xml", skipWidth, y, sz, sz, RIGHT, "screenActionButton2", ""); |