desktop-shell: Implement set_title, set_class, set_appid
authorJaehoon Jeong <jh01.j@samsung.com>
Wed, 8 Jul 2015 05:10:15 +0000 (14:10 +0900)
committerJaehoon Jeong <jh01.j@samsung.com>
Thu, 16 Jul 2015 06:06:56 +0000 (15:06 +0900)
commit5c7c48e38d5eded67079f44ab6879f845a029aa6
treeaa281b64d3748f4d12a8e51a1035f7e091090b05
parent6a7b323ba88ebfdb99e4b326e0d9df5d50dfbe10
desktop-shell: Implement set_title, set_class, set_appid

    - In wl_shell_surface.set_class(), the surface class identifies the general
      class of applications to which the surface belongs.
      So we can use it for xdg_surface's app_id as application identifier.

Change-Id: I31a4362d0da141cc06f971736c79aa7e680ff6ad
desktop-shell/src/desktop-shell-internal.h
desktop-shell/src/shell-surface.c
desktop-shell/src/wl-shell.c
desktop-shell/src/xdg-shell.c