Now uses the opacity settings from the config file as part of the Cairo

rendering.
This commit is contained in:
Andrew Williams
2009-01-12 21:56:22 +00:00
parent 7582689c58
commit a1f4cfe821

View File

@@ -145,7 +145,7 @@ class OpenboxLogout():
cr.paint()
(width, height) = widget.get_size()
cr.set_source_rgba(0, 0, 0, .5)
cr.set_source_rgba(0, 0, 0, float(self.opacity)/100)
cr.rectangle(0, 0, width, height)
cr.fill()