diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-07-02 17:26:13 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-07-09 10:05:24 +0900 |
commit | 3bc52b7d1ef47a30b74f01aba84fa1aae5ef949f (patch) | |
tree | 04817c83fa4e522ab5086078468bc1dc221cee78 /include/json.hpp | |
parent | cc3c6ddfed166c6fa024e1e288c7a0a85f8c6e58 (diff) |
Rename APIs
rename WindowManager APIs as follows:
- activateSurface -> activateWindow
- deactivateSurface -> deactivateWindow
The "surface" means information of display material frame buffer
managed by Graphics Subsystem (Weston).
And the "window" means the right to draw on display.
The "surface" is physical information and used inside WindowManager.
So we think it is not good for "surface" to be included in API name.
These APIs provide the function
which is to activate/deactivate the right to draw for the applications.
So we change to "activateWindow/deactivateWindow".
We plan to delete the old API by GG.
Therefore the applications can use old APIs until GG,
but the warning "-Wdeprecated-declarations" is occured when compile.
After GG, old APIs can not be used.
If use it, the error is occured when compile.
Bug-AGL: SPEC-1565
Change-Id: Ic7da4e5ddb759e642a2b60ecf61e327aaf74a699
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'include/json.hpp')
0 files changed, 0 insertions, 0 deletions