mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #1038 Implement copy/paste for Linux
This commit is contained in:
parent
3c92e95e3a
commit
6c1ed64cde
1 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||
|
|
Loading…
Reference in a new issue