~unity-team/nux/xenial

« back to all changes in this revision

Viewing changes to Nux/Nux.h

  • Committer: CI Train Bot
  • Author(s): andrea.azzarone at canonical
  • Date: 2015-09-21 17:41:39 UTC
  • mfrom: (861.2.1 rm-bw-loop)
  • Revision ID: ci-train-bot@canonical.com-20150921174139-bqnn7l8urx1ohazp
Remove alternative select mainloop. Fixes: #1111216
Approved by: Eleni Maria Stea, PS Jenkins bot, Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
#include <glib.h>
51
51
 
52
 
#define NUX_USE_GLIB_LOOP_ON_WINDOWS
53
 
//#define NUX_DISABLE_GLIB_LOOP
54
 
 
55
52
#if defined(NUX_OS_LINUX)
56
53
#include "Nux/Features.h"
57
54
#endif