Merge pull request #1943 from H3rnand3zzz/gmainloop

Use Gmainloop as a main loop to increase performance
This commit is contained in:
Michael Vetter
2024-01-16 12:18:34 +01:00
committed by GitHub
7 changed files with 78 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
void
inp_add_watch(void)
{
}

View File

@@ -0,0 +1 @@
void inp_add_watch(void);