[Scummvm-cvs-logs] scummvm master -> dbca3045cdb52a0b6b8146405bf2db865899a20f

fingolfin max at quendi.de
Fri Apr 29 13:20:01 CEST 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7f74c477c6 BACKENDS: Really *really* fix keymapper code
dbca3045cd WEBOS: Fix compilation


Commit: 7f74c477c62ea63ebce7c27b2c8068263fa14b47
    https://github.com/scummvm/scummvm/commit/7f74c477c62ea63ebce7c27b2c8068263fa14b47
Author: Max Horn (max at quendi.de)
Date: 2011-04-29T04:18:41-07:00

Commit Message:
BACKENDS: Really *really* fix keymapper code

Changed paths:
    backends/keymapper/remap-dialog.cpp



diff --git a/backends/keymapper/remap-dialog.cpp b/backends/keymapper/remap-dialog.cpp
index 2f91305..8edc26a 100644
--- a/backends/keymapper/remap-dialog.cpp
+++ b/backends/keymapper/remap-dialog.cpp
@@ -26,6 +26,7 @@
 
 #ifdef ENABLE_KEYMAPPER
 
+#include "common/system.h"
 #include "gui/gui-manager.h"
 #include "gui/widgets/popup.h"
 #include "gui/widgets/scrollbar.h"


Commit: dbca3045cdb52a0b6b8146405bf2db865899a20f
    https://github.com/scummvm/scummvm/commit/dbca3045cdb52a0b6b8146405bf2db865899a20f
Author: Max Horn (max at quendi.de)
Date: 2011-04-29T04:18:42-07:00

Commit Message:
WEBOS: Fix compilation

Changed paths:
    backends/events/webossdl/webossdl-events.cpp



diff --git a/backends/events/webossdl/webossdl-events.cpp b/backends/events/webossdl/webossdl-events.cpp
index fd96289..045d077 100644
--- a/backends/events/webossdl/webossdl-events.cpp
+++ b/backends/events/webossdl/webossdl-events.cpp
@@ -26,6 +26,7 @@
 #ifdef WEBOS
 
 #include "common/scummsys.h"
+#include "common/system.h"
 #include "sys/time.h"
 #include "time.h"
 






More information about the Scummvm-git-logs mailing list