diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
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 |