The description related with X window system is changed 51/121951/1
authorPark, Sehwan <sehwan@samsung.com>
Wed, 29 Mar 2017 11:50:01 +0000 (20:50 +0900)
committerPark, Sehwan <sehwan@samsung.com>
Wed, 29 Mar 2017 11:50:01 +0000 (20:50 +0900)
Change-Id: Id1d12638b54e83af6c118d239aba4bb9425ee50c

client/vc_widget_client.h

index b5c9633..55a44e3 100644 (file)
@@ -31,7 +31,7 @@ typedef struct {
        vc_h    vc;
        int     pid;
        int     uid;            /*<< unique id = pid + handle */
-       int     xid;            /*<< main X window id */
+       int     xid;            /*<< main Wayland window id */
 
        vc_result_cb                    result_cb;
        void*                           result_user_data;