Changed: #1038 Implement copy/paste for Linux

This commit is contained in:
kervala 2010-10-17 17:22:19 +02:00
parent 3c92e95e3a
commit 6c1ed64cde

View file

@ -33,7 +33,7 @@ namespace NL3D
{
// ***************************************************************************
const uint32 IDriver::InterfaceVersion = 0x68; // added setWindowIcon
const uint32 IDriver::InterfaceVersion = 0x69; // added clipboard methods
// ***************************************************************************
IDriver::IDriver() : _SyncTexDrvInfos( "IDriver::_SyncTexDrvInfos" )