aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-02 14:14:46 (GMT)
committerrathnor <rathnor>2003-10-02 14:14:46 (GMT)
commitbb1a7c92d8bb194e7e415f4348b7428f1b8ef436 (patch)
tree907d5e07ae3752486b0223e0aabd18c28b41f24f /src/FbWinFrame.hh
parentae6e193aa706324981f0c60dfe6faa2152b07ac7 (diff)
downloadfluxbox-bb1a7c92d8bb194e7e415f4348b7428f1b8ef436.zip
fluxbox-bb1a7c92d8bb194e7e415f4348b7428f1b8ef436.tar.bz2
fix rendering of grips for parent relative textures
- make them children of the handle
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;