Merge pull request #1263 from nyorain/master

Implement get_clipboard ipc message
This commit is contained in:
Drew DeVault 2017-10-08 11:05:54 -04:00 committed by GitHub
commit 6d83a59b46
10 changed files with 574 additions and 8 deletions

View file

@ -89,6 +89,7 @@ struct cmd_results *cmd_ipc_cmd(int argc, char **argv) {
{ "marks", IPC_FEATURE_GET_MARKS },
{ "bar-config", IPC_FEATURE_GET_BAR_CONFIG },
{ "inputs", IPC_FEATURE_GET_INPUTS },
{ "clipboard", IPC_FEATURE_GET_CLIPBOARD },
};
uint32_t type = 0;