mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Fixed compilation error.
This commit is contained in:
parent
14b7f73833
commit
55bf661ca4
|
@ -481,7 +481,7 @@ void HotkeyWrapper::run() // Runs in a separate thread
|
||||||
if ( !XRecordEnableContext( dataDisplay, recordContext,
|
if ( !XRecordEnableContext( dataDisplay, recordContext,
|
||||||
recordEventCallback,
|
recordEventCallback,
|
||||||
(XPointer) this ) )
|
(XPointer) this ) )
|
||||||
DPRINTF( "Failed to enable record context\n" );
|
GD_DPRINTF( "Failed to enable record context\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue