Author: matt
Date: 2010-11-30 03:05:38 -0800 (Tue, 30 Nov 2010)
New Revision: 7921
Log:
Fixed argument type in X11 calls (STR 2432)
Modified:
branches/branch-1.3/src/xutf8/utf8Wrap.c
Modified: branches/branch-1.3/src/xutf8/utf8Wrap.c
===================================================================
--- branches/branch-1.3/src/xutf8/utf8Wrap.c 2010-11-30 11:00:52 UTC (rev
7920)
+++ branches/branch-1.3/src/xutf8/utf8Wrap.c 2010-11-30 11:05:38 UTC (rev
7921)
@@ -48,14 +48,16 @@
* XChar2b which does not have this problem
*/
+#if defined(__GNUC__) && defined(__arm__) && !defined(__ARM_EABI__)
typedef struct {
unsigned char byte1;
unsigned char byte2;
}
-#if defined(__GNUC__) && defined(__arm__) && !defined(__ARM_EABI__)
__attribute__ ((packed))
+Fl_XChar2b;
+#else
+#define Fl_XChar2b XChar2b
#endif
-Fl_XChar2b;
/*********************************************************************/
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit