summaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-05-06 12:18:56 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-06 12:48:11 (GMT)
commit4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e (patch)
tree9b1c85dc423696b4e104647c9948d493a7e05428 /src/FbTk/FbWindow.hh
parentb82f21acc9abc50c87caf5b0cd3bb0f6d8f7249f (diff)
downloadfluxbox_lack-4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e.zip
fluxbox_lack-4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e.tar.bz2
Force window borders to be opaque color
This is needed until we support full ARGB colors everywhere. Until then, since the outer-most "frame" window in FbWinFrame is the only 32-bit window we create, and the only part seen is the border, we only need to worry about forcing this one color to be opaque.
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index b9f5e18..e5298b0 100644
--- a/src/FbTk/FbWindow.hh
+++ b/src/FbTk/FbWindow.hh
@@ -204,6 +204,8 @@ public:
204 /// updates x,y, width, height and screen num from X window 204 /// updates x,y, width, height and screen num from X window
205 bool updateGeometry(); 205 bool updateGeometry();
206 206
207 Visual *visual();
208
207protected: 209protected:
208 /// creates a window with x window client (m_window = client) 210 /// creates a window with x window client (m_window = client)
209 explicit FbWindow(Window client); 211 explicit FbWindow(Window client);