From 36bcbe8eb0e6cc1eed4262611c8df4ab458edf18 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 11 Feb 2018 18:33:20 +0000 Subject: Rewording of the documentation of types fl_intptr_t and fl_uintptr_t. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12664 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/platform_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/platform_types.h b/FL/platform_types.h index 17f4f4930..036068b08 100644 --- a/FL/platform_types.h +++ b/FL/platform_types.h @@ -17,8 +17,8 @@ /** \file Definitions of platform-dependent types. The exact nature of these types varies with the platform. - FLTK applications should only receive and transmit values of these - types from/to functions belonging to the public FLTK API. + Therefore, portable FLTK applications should not assume these types + have a specific size, or that they are pointers. */ #ifdef FL_DOXYGEN -- cgit v1.2.3