aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-x11.c
Commit message (Collapse)AuthorAgeFilesLines
* r-x11: include missing headers for function prototypesJoursoir2022-09-061-0/+1
| | | | | Fix the next warning: > no previous prototype for ‘run_clipboard’ [-Wmissing-prototypes]
* r-x11: replace errprint_*() with print_error()Joursoir2022-08-271-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 changesJoursoir2021-03-231-1/+1
|
* some chore and delete useless thingJoursoir2021-03-031-1/+1
|
* use xlib for copy passwordJoursoir2021-03-011-1/+1
|
* add routines for XlibJoursoir2021-03-011-0/+105