Browse Source

Misc

tags/1.9.4
falkTX 10 years ago
parent
commit
0975919818
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      source/modules/native-plugins/nekofilter/ui.c

+ 4
- 0
source/modules/native-plugins/nekofilter/ui.c View File

@@ -161,6 +161,7 @@ wait_child(
return false; return false;
} }


static
void void
nekoui_run( nekoui_run(
struct control * control_ptr) struct control * control_ptr)
@@ -236,6 +237,7 @@ nekoui_run(
free(msg); free(msg);
} }


static
void void
nekoui_show( nekoui_show(
struct control * control_ptr) struct control * control_ptr)
@@ -253,6 +255,7 @@ nekoui_show(
(void)ign; (void)ign;
} }


static
void void
nekoui_hide( nekoui_hide(
struct control * control_ptr) struct control * control_ptr)
@@ -270,6 +273,7 @@ nekoui_hide(
(void)ign; (void)ign;
} }


static
void void
nekoui_quit( nekoui_quit(
struct control * control_ptr) struct control * control_ptr)


Loading…
Cancel
Save