summaryrefslogtreecommitdiff
path: root/GeniviDemo.sh
diff options
context:
space:
mode:
authorMichael Schuldt <Michael.Schuldt@bmw-carit.de>2011-04-07 12:54:39 +0200
committerMichael Schuldt <Michael.Schuldt@bmw-carit.de>2011-04-07 12:54:39 +0200
commitebb9b76e1fefb2d709f312a5d5e01d14a6116469 (patch)
tree6cc105015ca533fc6f19fb636fb86b3266b9a13f /GeniviDemo.sh
parent9dd7cad50cc77c4b4a257f2ff973d02ac45979e9 (diff)
downloadlayer_management-ebb9b76e1fefb2d709f312a5d5e01d14a6116469.tar.gz
Application Call to GLXX11ApplicationExample corrected
Diffstat (limited to 'GeniviDemo.sh')
-rw-r--r--GeniviDemo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/GeniviDemo.sh b/GeniviDemo.sh
index 81586d2..f8ca0b0 100644
--- a/GeniviDemo.sh
+++ b/GeniviDemo.sh
@@ -43,8 +43,8 @@ start_egl_example_application()
start_glx_example_application()
{
- GLXApplicationExample &
- pidofdlt=`ps aux | GLXApplicationExample | grep -v grep | awk '{print $2}'`
+ GLX11ApplicationExample &
+ pidofdlt=`ps aux | GLX11ApplicationExample | grep -v grep | awk '{print $2}'`
echo $pidofdlt > $PIDSURFACE2
}