diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index 2379c24..5832924 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.hh,v 1.13 2003/08/19 16:13:25 fluxgen Exp $ | 22 | // $Id: FbWinFrame.hh,v 1.14 2003/08/24 15:18:09 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBWINFRAME_HH | 24 | #ifndef FBWINFRAME_HH |
25 | #define FBWINFRAME_HH | 25 | #define FBWINFRAME_HH |
@@ -134,7 +134,7 @@ public: | |||
134 | //@} | 134 | //@} |
135 | 135 | ||
136 | void reconfigure(); | 136 | void reconfigure(); |
137 | 137 | void setUseShape(bool value); | |
138 | /** | 138 | /** |
139 | @name accessors | 139 | @name accessors |
140 | */ | 140 | */ |
@@ -281,6 +281,7 @@ private: | |||
281 | }; | 281 | }; |
282 | ThemeListener m_themelistener; | 282 | ThemeListener m_themelistener; |
283 | std::auto_ptr<Shape> m_shape; | 283 | std::auto_ptr<Shape> m_shape; |
284 | bool m_disable_shape; | ||
284 | }; | 285 | }; |
285 | 286 | ||
286 | #endif // FBWINFRAME_HH | 287 | #endif // FBWINFRAME_HH |