aboutsummaryrefslogtreecommitdiff
path: root/src/ArrowButton.cc
diff options
context:
space:
mode:
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