forked from pyrite-dev/milsko
fix documentation. wip query
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@518 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
7a4669f64d
commit
33ff6cb420
2 changed files with 15 additions and 1 deletions
|
|
@ -588,3 +588,10 @@ void MwToggleDarkTheme(MwWidget handle, int toggle) {
|
|||
force_render_all(handle);
|
||||
}
|
||||
}
|
||||
|
||||
MwWidget MwQuery(MwWidget handle, const char* query){
|
||||
(void)handle;
|
||||
(void)query;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue