Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C API: Allow loading layouts and hotkey configs from files. #262

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

DarkRTA
Copy link
Contributor

@DarkRTA DarkRTA commented Oct 29, 2019

This reduces the amount of boilerplate code needed to do this from C. The functions to deal with the raw file descriptors were extracted out of run.rs and moved into lib.rs.

This reduces the amount of boilerplate code needed to do this from C.
The functions to deal with the raw file descriptors were extracted out
of `run.rs` and moved into `lib.rs`.
@CryZe CryZe added c api The issue or pull request is about the C API. code quality Affects the quality of the code. enhancement An improvement for livesplit-core. labels Oct 29, 2019
@CryZe CryZe added this to the v0.12 milestone Oct 29, 2019
@CryZe CryZe merged commit 7c383c0 into LiveSplit:master Oct 29, 2019
@DarkRTA DarkRTA deleted the patch-1 branch October 29, 2019 15:21
DarkRTA added a commit to DarkRTA/chronos that referenced this pull request Oct 29, 2019
This uses a C-API function recently implmemented by
LiveSplit/livesplit-core#262.
DarkRTA added a commit to DarkRTA/chronos that referenced this pull request Oct 30, 2019
This uses a C-API function recently implmemented by
LiveSplit/livesplit-core#262.

This commit also includes an improved makefile and an some minor code
cleanups.
DarkRTA added a commit to DarkRTA/chronos that referenced this pull request Oct 30, 2019
This uses a C-API function recently implmemented by
LiveSplit/livesplit-core#262.

This commit also includes an improved makefile and an some minor code
cleanups.
DarkRTA added a commit to DarkRTA/chronos that referenced this pull request Oct 30, 2019
This uses a C-API function recently implmemented by
LiveSplit/livesplit-core#262.

This commit also includes an improved makefile and an some minor code
cleanups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c api The issue or pull request is about the C API. code quality Affects the quality of the code. enhancement An improvement for livesplit-core.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants