protocols: implement image-capture-source-v1 and image-copy-capture-v1 (#11709)
Implements the new screencopy protocols
This commit is contained in:
parent
93dbf88426
commit
b4ee4674f9
37 changed files with 2585 additions and 1078 deletions
|
|
@ -16,6 +16,7 @@ namespace I18n {
|
|||
|
||||
TXT_KEY_PERMISSION_REQUEST_UNKNOWN,
|
||||
TXT_KEY_PERMISSION_REQUEST_SCREENCOPY,
|
||||
TXT_KEY_PERMISSION_REQUEST_CURSOR_POS,
|
||||
TXT_KEY_PERMISSION_REQUEST_PLUGIN,
|
||||
TXT_KEY_PERMISSION_REQUEST_KEYBOARD,
|
||||
TXT_KEY_PERMISSION_UNKNOWN_NAME,
|
||||
|
|
@ -54,4 +55,4 @@ namespace I18n {
|
|||
};
|
||||
|
||||
SP<CI18nEngine> i18nEngine();
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue