]> git.tdb.fi Git - libs/gui.git/commitdiff
Cosmetic fixes
authorMikko Rasa <tdb@tdb.fi>
Sun, 20 Dec 2015 13:45:40 +0000 (15:45 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 20 Dec 2015 13:45:40 +0000 (15:45 +0200)
source/graphics/android/display.cpp
source/graphics/x11/display.cpp
source/input/windows/touchscreen.cpp

index c2e2cf6a96a524f05c98d7becafcb10865ebc380..5823b918b5f135db36bf60d805ea207552d56fc2 100644 (file)
@@ -115,5 +115,6 @@ void PlatformDisplayPrivate::input_queue_destroyed(AInputQueue *)
        MutexLock lock(event_mutex);
        input_queue = 0;
 }
+
 } // namespace Graphics
 } // namespace Msp
index 24bb53f479657cf78dfded9e4b4b1b43217e6fea..634e91096f38cf7ce78a4c47e177e3bab8c0c7e8 100644 (file)
@@ -1,4 +1,3 @@
-#include <iostream>
 #include <X11/Xlib.h>
 #ifdef WITH_XRANDR
 #include <X11/extensions/Xrandr.h>
index 73f67fe15b2f9d0cb599ee605db5af293fc15093..ce8e5a2f71270c2278e97a6aba799c985d173907 100644 (file)
@@ -63,7 +63,5 @@ void Touchscreen::input_event(const Graphics::Window::Event &event)
        }
 }
 
-
-
 } // namespace Input
 } // namespace Msp