← Back to team overview

compiz team mailing list archive

[Bug 1001737] Re: window with WM_DELETE_WINDOW has incorrect icons

 

to reproduce the bug as previously stated set WM_PROTOCOLS  with WM_DELETE_WINDOW
you can do that like this 

	Atom delAtom = XInternAtom ( display, "WM_DELETE_WINDOW", False );
	XSetWMProtocols(display, __win, &delAtom, 1);

you should see only two widgets a maximise and minimise widget, the
buttons DO function as they should but they look incorrect see attached

** Attachment added: "these correctly behave as a maximise and minimise button but look wrong"
   https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1001737/+attachment/3156240/+files/wrong-widgets.png

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1001737

Title:
  window with WM_DELETE_WINDOW has incorrect icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1001737/+subscriptions