aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-22 10:36:26 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-22 10:36:26 (GMT)
commit8681220f5361fef500d7eda28d9f22bbf0a006e4 (patch)
treec4a53e66ef743fe52f8176e7cf828a8796ac7bc8 /src/FbWinFrame.hh
parent2f3a48f17fead42b6b2ed906318641e279bb9505 (diff)
downloadfluxbox-8681220f5361fef500d7eda28d9f22bbf0a006e4.zip
fluxbox-8681220f5361fef500d7eda28d9f22bbf0a006e4.tar.bz2
don't apply rounded corners to windows without decorations
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 3f10f54..5756c8e 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -243,6 +243,7 @@ public:
243 bool useTabs() const; 243 bool useTabs() const;
244 bool useTitlebar() const; 244 bool useTitlebar() const;
245 bool useHandle() const; 245 bool useHandle() const;
246 int getShape() const;
246 247
247 // this function translates its arguments according to win_gravity 248 // this function translates its arguments according to win_gravity
248 // if win_gravity is negative, it does an inverse translation 249 // if win_gravity is negative, it does an inverse translation
@@ -259,7 +260,6 @@ public:
259 //@} 260 //@}
260 261
261 void reconfigure(); 262 void reconfigure();
262 void setUseShape(bool value);
263 void setShapingClient(FbTk::FbWindow *win, bool always_update); 263 void setShapingClient(FbTk::FbWindow *win, bool always_update);
264 void updateShape() { m_shape.update(); } 264 void updateShape() { m_shape.update(); }
265 265
@@ -455,8 +455,6 @@ private:
455 FbTk::DefaultValue<unsigned char, AlphaAcc> m_unfocused_alpha; 455 FbTk::DefaultValue<unsigned char, AlphaAcc> m_unfocused_alpha;
456 456
457 FbTk::Shape m_shape; 457 FbTk::Shape m_shape;
458
459 bool m_disable_themeshape;
460}; 458};
461 459
462#endif // FBWINFRAME_HH 460#endif // FBWINFRAME_HH