From 864eeb3a526b1a32c72e1f31a3e1f23dcc5c7409 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 9 Oct 2011 01:12:50 -0700 Subject: More work on the Task manager. Now "Main" is a Task, among the most important changes. Introduced the notion of Events, and managed a coherent task switch. Also, renamed a lot of the variables to have a more coherent naming scheme. --- src/Main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main.cc') diff --git a/src/Main.cc b/src/Main.cc index 04d867f..eb5e589 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -31,4 +31,4 @@ Balau::AtExit::AtExit(int priority) : m_priority(priority) { *ptr = this; } -Balau::Main * Balau::Main::application = NULL; +Balau::Main * Balau::Main::s_application = NULL; -- cgit v1.2.3