From a326fd922f3f69dbd6790cbfe423e0371f7b5f82 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 8 Dec 2005 23:47:13 +0000
Subject: [PATCH] nicer icon

---
 Fltk/Bitmaps.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/Bitmaps.h b/Fltk/Bitmaps.h
index e0876a7e46..3b6dd455be 100644
--- a/Fltk/Bitmaps.h
+++ b/Fltk/Bitmaps.h
@@ -93,7 +93,7 @@ static unsigned char persp_bits[] = {
 #define rotate_height 13
 static unsigned char rotate_bits[] = {
    0x00, 0x00, 0xf0, 0x00, 0x08, 0x01, 0x04, 0x02, 0x02, 0x04, 0x02, 0x04,
-   0x02, 0x04, 0x02, 0x04, 0x24, 0x00, 0x68, 0x00, 0xf0, 0x00, 0x60, 0x00,
+   0x02, 0x00, 0x02, 0x00, 0x24, 0x00, 0x68, 0x00, 0xf0, 0x00, 0x60, 0x00,
    0x20, 0x00 };
 
 #endif
-- 
GitLab