mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Flag studio as windowed application
This commit is contained in:
parent
d6b4989a5f
commit
98a7831f61
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
// use log.log if NEL_LOG_IN_FILE and NLQT_USE_LOG_LOG defined as 1
|
// use log.log if NEL_LOG_IN_FILE and NLQT_USE_LOG_LOG defined as 1
|
||||||
NLMISC::createDebug(NULL, NLQT_USE_LOG_LOG, false);
|
NLMISC::createDebug(NULL, NLQT_USE_LOG_LOG, false);
|
||||||
|
NLMISC::INelContext::getInstance().setWindowedApplication(true);
|
||||||
#if NLQT_USE_LOG
|
#if NLQT_USE_LOG
|
||||||
// create NLQT_LOG_FILE
|
// create NLQT_LOG_FILE
|
||||||
// filedisplayer only deletes the 001 etc
|
// filedisplayer only deletes the 001 etc
|
||||||
|
|
Loading…
Reference in a new issue