aboutsummaryrefslogtreecommitdiff
path: root/src/ArrowButton.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-25 17:16:40 (GMT)
committerrathnor <rathnor>2004-08-25 17:16:40 (GMT)
commit5337fc6640efbe911682568b6281850fd322e4bb (patch)
treeb2a722b45550cee7dc612b113ddebd9395841ab7 /src/ArrowButton.cc
parentf32969d4e5a18bddd426b481824eb50902cba5de (diff)
downloadfluxbox-5337fc6640efbe911682568b6281850fd322e4bb.zip
fluxbox-5337fc6640efbe911682568b6281850fd322e4bb.tar.bz2
fix up theming of the toolbar
Diffstat (limited to 'src/ArrowButton.cc')
-rw-r--r--src/ArrowButton.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ArrowButton.cc b/src/ArrowButton.cc
index 38d6e74..c62df2a 100644
--- a/src/ArrowButton.cc
+++ b/src/ArrowButton.cc
@@ -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: ArrowButton.cc,v 1.6 2004/05/18 08:35:22 grubert Exp $ 22// $Id: ArrowButton.cc,v 1.7 2004/08/25 17:16:40 rathnor Exp $
23 23
24#include "ArrowButton.hh" 24#include "ArrowButton.hh"
25 25
@@ -84,9 +84,9 @@ void ArrowButton::drawArrow() {
84 XPoint pts[3]; 84 XPoint pts[3];
85 unsigned int w = width(); 85 unsigned int w = width();
86 unsigned int h = height(); 86 unsigned int h = height();
87 // arrow size: half of the button 87 // arrow size: half of the button
88 unsigned int ax = w / 2; 88 unsigned int ax = w / 2;
89 unsigned int ay = h / 2; 89 unsigned int ay = h / 2;
90 switch (m_arrow_type) { 90 switch (m_arrow_type) {
91 case LEFT: 91 case LEFT:
92 // start at the tip 92 // start at the tip