aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index f57ce32..6d218d4 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.21 2003/09/24 14:02:25 rathnor Exp $ 22// $Id: FbWinFrame.hh,v 1.22 2003/10/02 14:14:46 rathnor Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -224,9 +224,9 @@ private:
224 FbTk::FbWindow m_window; ///< base window that holds each decorations (ie titlebar, handles) 224 FbTk::FbWindow m_window; ///< base window that holds each decorations (ie titlebar, handles)
225 FbTk::FbWindow m_titlebar; ///< titlebar window 225 FbTk::FbWindow m_titlebar; ///< titlebar window
226 FbTk::FbWindow m_label; ///< holds title 226 FbTk::FbWindow m_label; ///< holds title
227 FbTk::FbWindow m_handle; ///< handle between grips
227 FbTk::FbWindow m_grip_right, ///< rightgrip 228 FbTk::FbWindow m_grip_right, ///< rightgrip
228 m_grip_left; ///< left grip 229 m_grip_left; ///< left grip
229 FbTk::FbWindow m_handle; ///< handle between grips
230 FbTk::FbWindow m_clientarea; ///< window that holds client window @see setClientWindow 230 FbTk::FbWindow m_clientarea; ///< window that holds client window @see setClientWindow
231 //@} 231 //@}
232 typedef std::vector<FbTk::Button *> ButtonList; 232 typedef std::vector<FbTk::Button *> ButtonList;