fix: search Xorg binary in PATH

This commit is contained in:
grialion
2026-01-17 16:48:13 +01:00
parent b0d0a2e890
commit 9ce7cd61e1
3 changed files with 24 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
#include "macros.h"
char* NULLABLE search_path(const char* NNULLABLE for_binary);
int execvpe_desktop(char** args, char* NNULLABLE* NNULLABLE envlist);
int parse_exec_string(const char* exec_s, int* arg_count, char*** args);
void free_parsed_args(int arg_count, char** args);