mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
rcxml: allow to disable privileged interfaces
This commit is contained in:
parent
c9b4da2ce2
commit
639fade49a
6 changed files with 121 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ struct rcxml {
|
|||
enum tearing_mode allow_tearing;
|
||||
bool auto_enable_outputs;
|
||||
bool reuse_output_mode;
|
||||
uint32_t allowed_interfaces;
|
||||
bool xwayland_persistence;
|
||||
bool primary_selection;
|
||||
char *prompt_command;
|
||||
|
|
@ -225,4 +226,6 @@ void rcxml_finish(void);
|
|||
*/
|
||||
void append_parsed_actions(xmlNode *node, struct wl_list *list);
|
||||
|
||||
enum lab_interface parse_privileged_interface(const char *name);
|
||||
|
||||
#endif /* LABWC_RCXML_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue