diff options
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/nativewindow_x11.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/nativewindow_x11.cc b/plugingui/nativewindow_x11.cc index 465b03e..c59124b 100644 --- a/plugingui/nativewindow_x11.cc +++ b/plugingui/nativewindow_x11.cc @@ -546,7 +546,7 @@ void NativeWindowX11::deallocateShmImage()  void NativeWindowX11::updateImageFromBuffer()  { -	DEBUG(x11, "depth: %d", depth); +	//DEBUG(x11, "depth: %d", depth);  	auto width = window.wpixbuf.width;  	auto height = window.wpixbuf.height; | 
