fakexrandr
dlsymdlopenmaster
1 / 16 files match, 1 filtered matches.
make_skeleton.py
66 |
67 | defns = []
68 | for function in functions:
69 | defns.append("_{fn} = dlsym(xrandr_lib, \"{fn}\")".format(fn=function[1]))
70 | print("#define FUNCTION_POINTER_INITIALIZATIONS {defns}".format(
71 | defns="; ".join(defns)))