Hey,

here is another patch for fixing rezound with gcc4 on amd64.

cheers,

\sh
diff -ur rezound-0.12.0beta/src/frontend_fox/CMainWindow.cpp rezound-0.12.0beta.patch/src/frontend_fox/CMainWindow.cpp
--- rezound-0.12.0beta/src/frontend_fox/CMainWindow.cpp	2005-07-24 14:41:09.562234232 +0200
+++ rezound-0.12.0beta.patch/src/frontend_fox/CMainWindow.cpp	2005-07-25 05:35:22.624502952 +0200
@@ -1836,13 +1836,13 @@
 
 	if(pos==0 && FXSELID(sel)==ID_SHUTTLE_BACKWARD)
 	{
-		if((unsigned)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
+		if((unsigned long)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
 		shuttleDial->setValue(pos-inc);
 		onShuttleChange(sender,sel,ptr);
 	}
 	else if(pos==0 && FXSELID(sel)==ID_SHUTTLE_FORWARD)
 	{
-		if((unsigned)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
+		if((unsigned long)ptr > 1/*came from keyboard event*/) enableAutoRepeat(getApp()->getDisplay(),false); // QQQ
 		shuttleDial->setValue(pos+inc);
 		onShuttleChange(sender,sel,ptr);
 	}

Attachment: pgpZGD09M9r0w.pgp
Description: PGP signature

Reply via email to