WindowSystems: Change checkForNewSurface function name to checkForNewSurfaceNativeContent
authorRahul Singhal <rasinghal@nvidia.com>
Tue, 20 Mar 2012 07:11:49 +0000 (12:41 +0530)
committerMichael Schuldt <michael.schuldt@bmw.de>
Fri, 23 Mar 2012 09:28:58 +0000 (10:28 +0100)
commit299a75f9c62c9dd14352740b67a06d6e0e236c56
tree008b833694231ca99db2ae25a25f89509c3cffaa
parentacae607a2352cdea42cc34ca7fa107b88642de68
WindowSystems: Change checkForNewSurface function name to checkForNewSurfaceNativeContent

Since surface creation and the surface having associated native
content are now independent, this function now checks for a surface
having native content. Hence changed function name to reflect this
new behaviour.

Also removed extra setNativeContent() from NewWindow()
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/WaylandWindowSystem.h
LayerManagerPlugins/Renderers/Graphic/include/WindowSystems/X11WindowSystem.h
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandWindowSystem.cpp
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/X11WindowSystem.cpp