Fixed compilation error.

This commit is contained in:
Igor Kushnir 2014-05-11 11:39:55 +03:00
parent 14b7f73833
commit 55bf661ca4

View file

@ -481,7 +481,7 @@ void HotkeyWrapper::run() // Runs in a separate thread
if ( !XRecordEnableContext( dataDisplay, recordContext,
recordEventCallback,
(XPointer) this ) )
DPRINTF( "Failed to enable record context\n" );
GD_DPRINTF( "Failed to enable record context\n" );
}