Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r-x11: include missing headers for function prototypes | Joursoir | 2022-09-06 | 1 | -0/+1 |
| | | | | | Fix the next warning: > no previous prototype for ‘run_clipboard’ [-Wmissing-prototypes] | ||||
* | r-x11: replace errprint_*() with print_error() | Joursoir | 2022-08-27 | 1 | -2/+5 |
| | | | | | | | | This is one of the steps on the way to get rid of errprint_*() macros and handle errors by yourself. For more context see other patches under the same topic specified below. TOPIC=drop_errprint | ||||
* | move cmd to 'exec-cmd.c', fix some memory leak, macros changes | Joursoir | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | some chore and delete useless thing | Joursoir | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | use xlib for copy password | Joursoir | 2021-03-01 | 1 | -1/+1 |
| | |||||
* | add routines for Xlib | Joursoir | 2021-03-01 | 1 | -0/+105 |