~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/gui.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-12-02 13:52:14 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20131202135214-75nrorshqrxju2av
Tags: 1.3.11.24-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
 */
22
22
 
 
23
#include "mouseinput.h"
 
24
 
23
25
#include "gui/gui.h"
24
26
 
25
27
#include "gui/focushandler.h"
35
37
#include "client.h"
36
38
#include "configuration.h"
37
39
#include "dragdrop.h"
38
 
#include "mouseinput.h"
39
40
#include "touchmanager.h"
40
41
 
41
42
#include "input/keydata.h"