From 41d14b074b64b4d55d09b3b6633972d9b069bc64 Mon Sep 17 00:00:00 2001
From: Matthias Melcher
Date: Wed, 30 Oct 2002 21:08:39 +0000
Subject: Added icons to Fluid's menu and object list. Previous version is
tagged in cvs with 'pre_fluid_icon_changes'.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/common.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'documentation/common.html')
diff --git a/documentation/common.html b/documentation/common.html
index ca7b4c4fc..85d091138 100644
--- a/documentation/common.html
+++ b/documentation/common.html
@@ -451,7 +451,7 @@ structure containing the label information, the bounding box for
the label, and the label alignment:
-void xyz_draw(Fl_Label *label, int x, int y, int w, int h, Fl_Align align) {
+void xyz_draw(const Fl_Label *label, int x, int y, int w, int h, Fl_Align align) {
...
}
@@ -465,7 +465,7 @@ is not called if the label value is NULL.
height:
-void xyz_measure(Fl_Label *label, int &w, int &h) {
+void xyz_measure(const Fl_Label *label, int &w, int &h) {
...
}
--
cgit v1.2.3