mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Merge branch 'master' into mouse-bindings
This commit is contained in:
commit
e02a6718c2
16 changed files with 150 additions and 165 deletions
|
|
@ -50,6 +50,14 @@ pid_t get_parent_pid(pid_t pid);
|
|||
*/
|
||||
uint32_t parse_color(const char *color);
|
||||
|
||||
/**
|
||||
* Given a string that represents a boolean, return the boolean value. This
|
||||
* function also takes in the current boolean value to support toggling. If
|
||||
* toggling is not desired, pass in true for current so that toggling values
|
||||
* get parsed as not true.
|
||||
*/
|
||||
bool parse_boolean(const char *boolean, bool current);
|
||||
|
||||
/**
|
||||
* Given a path string, recurseively resolves any symlinks to their targets
|
||||
* (which may be a file, directory) and returns the result.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue