From ef63617d60b0180a6080fb212ccdd9ec234f9edf Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Tue, 15 Nov 2016 09:31:39 +0900 Subject: [PATCH] Revert "[3.0] Remove an exception for gl feature from framework-tizen" This reverts commit 034ca3169def20f270bf8382c9da350175b25e57. Change-Id: Ie4ba2f72b13f17f5e70022db8a28f57211e6d8c0 --- adaptors/tizen/framework-tizen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/adaptors/tizen/framework-tizen.cpp b/adaptors/tizen/framework-tizen.cpp index 47ef3c4..1f0cf57 100644 --- a/adaptors/tizen/framework-tizen.cpp +++ b/adaptors/tizen/framework-tizen.cpp @@ -325,6 +325,7 @@ Framework::Framework( Framework::Observer& observer, int *argc, char ***argv, Ty if( featureFlag == false ) { set_last_result( TIZEN_ERROR_NOT_SUPPORTED ); + throw Dali::DaliException( "", "OpenGL ES 2.0 is not supported." ); } InitThreads(); -- 2.7.4