Fix errata 76/178276/1
authorSemun Lee <semun.lee@samsung.com>
Wed, 9 May 2018 06:25:16 +0000 (15:25 +0900)
committerSemun Lee <semun.lee@samsung.com>
Wed, 9 May 2018 06:25:16 +0000 (15:25 +0900)
Change-Id: I13d7b90f87b0afca9e5c0bb3c6779f3b2fb03c7c
Signed-off-by: Semun Lee <semun.lee@samsung.com>
screen_connector_watcher_evas/src/screen_connector_toolkit_evas.cc

index 764f1fa..06694d9 100644 (file)
@@ -113,7 +113,7 @@ class Connector {
     }
   }
 
-  void NotifyWidnowVisibilityEvent(int type, void* event) {
+  void NotifyWindowVisibilityEvent(int type, void* event) {
     for (auto& rs : surfaces_) {
       rs->NotifyWindowVisibilityEvent(type, event);
     }
@@ -208,7 +208,7 @@ screen_connector_toolkit_evas_start_visibility_notify(void) {
       if (sci == __connectors.end())
         continue;
 
-      __connectors[i]->NotifyWidnowVisibilityEvent(type, event);
+      __connectors[i]->NotifyWindowVisibilityEvent(type, event);
     }
 
     return ECORE_CALLBACK_RENEW;