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 » U++ Library : Other (not classified elsewhere) » [FIXED] Fixing X11 resizing issue. (Huge X11 quality improvement!!!)
Re: [BUG & PATCH] Fixing X11 resizing issue. (Huge X11 quality improvement!!!) [message #40286 is a reply to message #40278] Mon, 15 July 2013 14:58 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

I am almost sure that this patch is OK. I had tested it on several graphical user enviroment such as KDE (4.10.5), LXDE, Xfc & Cinamon. It also works good on VirtualBox.

Novo, Can you write more details about your distribution? BTW, Before this update I had flicker on all my GNU/Linux machines!!!

I have a huge request to ultimatepp community. Can you guys test window resizing on GNU/Linux and write about it. Before you start testing make sure that you have the latest upp version.

------------------------------------------------------------ ------------------------------------------------------------
I have made some tests on my old machine (Open source Radeon driver). It seems that the result of IsCompositedGui() can depends on too many factors such as graphic card driver. Personally, I think that we should always use "CWBackPixmap", because this flag guarantees smooth resizing. I think we need to create window in following way:

Window w = XCreateWindow(Xdisplay, RootWindow(Xdisplay, Xscreenno),
	                         r.left, r.top, r.Width(), r.Height(),
	                         0, CopyFromParent, InputOutput, CopyFromParent,
	                         CWBitGravity|CWSaveUnder|CWOverrideRedirect|CWBackPixmap,
	                         &swa);


P.S.
Thank you Novo for reporting.

Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Mon, 15 July 2013 18:02]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [FIXED] Scrollbar artifacts on KDE (GTK Backend)
Next Topic: [FIXED] FileSel KDE Port & FileSel MIME types handling improvement & More
Goto Forum:
  


Current Time: Sat Apr 20 03:00:24 CEST 2024

Total time taken to generate the page: 0.04602 seconds