first init of 0.9

This commit is contained in:
cnjinhao
2014-12-11 03:32:35 +08:00
commit d0a317bd45
206 changed files with 69773 additions and 0 deletions

22
source/gui/wvl.cpp Normal file
View File

@@ -0,0 +1,22 @@
/*
* Nana GUI Library Definition
* Copyright(C) 2003-2013 Jinhao(cnjinhao@hotmail.com)
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* @file: nana/gui/wvl.cpp
* @description:
* the file contains the files required for running of Nana.GUI
*/
#include <nana/gui/wvl.hpp>
namespace nana
{
void exec()
{
detail::bedrock::instance().pump_event(nullptr, false);
}
}//end namespace nana