mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Disambiguate get_*_policy() and get_*_policy_mask()
This commit is contained in:
parent
edb8075ae0
commit
cf5e764c7f
6 changed files with 17 additions and 17 deletions
|
|
@ -3,9 +3,9 @@
|
|||
#include <unistd.h>
|
||||
#include "sway/config.h"
|
||||
|
||||
uint32_t get_feature_policy(pid_t pid);
|
||||
uint32_t get_ipc_policy(pid_t pid);
|
||||
uint32_t get_command_policy(const char *cmd);
|
||||
uint32_t get_feature_policy_mask(pid_t pid);
|
||||
uint32_t get_ipc_policy_mask(pid_t pid);
|
||||
uint32_t get_command_policy_mask(const char *cmd);
|
||||
|
||||
const char *command_policy_str(enum command_context context);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue