X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Facesskernel_src%2Fmain.c;h=3f72413056deb243d6c4ac027692d11f20921b66;hb=a6f11cb266052c58ae7e2d6d6e8abd34a9e93214;hp=363fea1f7946c6bba67682b69920a72cd611f656;hpb=7f80ab30017689efe0aaaab18abc7ceda689d859;p=tpg%2Facess2.git diff --git a/AcessNative/acesskernel_src/main.c b/AcessNative/acesskernel_src/main.c index 363fea1f..3f724130 100644 --- a/AcessNative/acesskernel_src/main.c +++ b/AcessNative/acesskernel_src/main.c @@ -6,6 +6,7 @@ */ #include #include +#include // === IMPORTS === extern int UI_Initialise(int Width, int Height); @@ -23,7 +24,10 @@ const char *gsAcessDir = "../Usermode/Output/i386"; int main(int argc, char *argv[]) { // Parse command line settings - + + // - Ignore SIGUSR1 (used to wake threads) + signal(SIGUSR1, SIG_IGN); + // Start UI subsystem UI_Initialise(800, 480);