X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Facesskernel_src%2Fmain.c;h=3f72413056deb243d6c4ac027692d11f20921b66;hb=a173ab5b104f596bfe2f4df85de541c2c4583ba7;hp=363fea1f7946c6bba67682b69920a72cd611f656;hpb=3764c294f21229bdf700f436fa4884f5e76e0d3a;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);