Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Look and Chameleon Technology » Compiz fix
Re: Compiz fix [message #20999 is a reply to message #20993] Fri, 24 April 2009 20:07 Go to previous messageGo to previous message
phirox is currently offline  phirox
Messages: 49
Registered: December 2007
Member
luzr wrote on Fri, 24 April 2009 10:42


R807 there was accepted related submitted patch...

The file is CtrlCore/X11Proc.cpp.

(Use svn history in theide).

Mirek


Thanks for pointing me in the right direction. My problem was fixed by removing the newly added code. Basically the following code has been put around the ev1 part:
	if(ev1->type == KeyPress)
		*ev2 = *ev1;
	else {
		...
	}

My guess is that it is an attempt at speeding up things but somehow the IsWaitingEvent() call is too important to skip.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Read Message
Previous Topic: Questions about themeing plz
Next Topic: ChGtk menu fix
Goto Forum:
  


Current Time: Thu May 16 21:50:39 CEST 2024

Total time taken to generate the page: 0.02331 seconds