Move unix event emitter out of the driver, to NL3D.

--HG--
branch : gsoc2013-dfighter
hg/feature/gsoc2013-dfighter
dfighter1985 12 years ago
parent 0c64261e22
commit dcf3ba2785

@ -170,6 +170,8 @@ SOURCE_GROUP(Driver FILES
../../include/nel/3d/shader_visitor.h
texture.cpp
../../include/nel/3d/texture.h
unix_event_emitter.cpp
../../include/nel/3d/unix_event_emitter.h
vertex_buffer.cpp
../../include/nel/3d/vertex_buffer.h
vertex_buffer_heap.cpp

@ -68,7 +68,7 @@
#elif defined(NL_OS_MAC)
#include "mac/cocoa_event_emitter.h"
#elif defined (NL_OS_UNIX)
#include "unix_event_emitter.h"
#include "nel/3d/unix_event_emitter.h"
#endif // NL_OS_UNIX

@ -14,8 +14,8 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdopengl.h"
#include "unix_event_emitter.h"
//#include "stdopengl.h"
#include "nel/3d/unix_event_emitter.h"
#if defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
Loading…
Cancel
Save