ScreenDump: WindowSystems: add screenId in doScreenShot function
authorEugen Friedrich <efriedrich@de.adit-jv.com>
Wed, 3 Jul 2013 14:26:24 +0000 (16:26 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Fri, 5 Jul 2013 10:56:48 +0000 (12:56 +0200)
commit6e42c51e1381c4562339d79461a57071309cf3c6
tree85855ca3ae64c6e16bf1efc4b917c182f5fb5d87
parent23a8abe9132109a3678466619e1d9247c7c891a5
ScreenDump: WindowSystems: add screenId in doScreenShot function

ScreenId is important if window system supports more than one screen
so the requested screen could be dumped.

Signed-off-by: Eugen Friedrich <efriedrich@de.adit-jv.com>
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/BaseWindowSystem.h
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandBaseWindowSystem.h
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/X11WindowSystem.h
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandBaseWindowSystem.cpp
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/X11WindowSystem.cpp