Merge pull request #1943 from H3rnand3zzz/gmainloop
Use Gmainloop as a main loop to increase performance
This commit is contained in:
4
tests/unittests/ui/stub_inputwin.c
Normal file
4
tests/unittests/ui/stub_inputwin.c
Normal file
@@ -0,0 +1,4 @@
|
||||
void
|
||||
inp_add_watch(void)
|
||||
{
|
||||
}
|
||||
1
tests/unittests/ui/stub_inputwin.h
Normal file
1
tests/unittests/ui/stub_inputwin.h
Normal file
@@ -0,0 +1 @@
|
||||
void inp_add_watch(void);
|
||||
Reference in New Issue
Block a user