freebsd changes
authorMichael Beyl <mb@exept.de>
Mon, 16 Nov 2009 23:59:26 +0100
changeset 5527 216f389ffe42
parent 5526 2eb1df09a195
child 5528 42447013fbc6
freebsd changes
ImageReader.st
abbrev.stc
--- a/ImageReader.st	Mon Nov 16 15:17:31 2009 +0100
+++ b/ImageReader.st	Mon Nov 16 23:59:26 2009 +0100
@@ -28,7 +28,9 @@
 # define _STDIO_H_INCLUDED_
 #endif
 #ifndef _MALLOC_H_INCLUDED_
-# include <malloc.h>
+# ifndef FREEBSD
+#  include <malloc.h>
+# endif
 # define _MALLOC_H_INCLUDED_
 #endif
 
@@ -1927,9 +1929,9 @@
 !ImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.96 2009-11-05 14:37:53 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.97 2009-11-16 22:59:26 mb Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.96 2009-11-05 14:37:53 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.97 2009-11-16 22:59:26 mb Exp $'
 ! !
--- a/abbrev.stc	Mon Nov 16 15:17:31 2009 +0100
+++ b/abbrev.stc	Mon Nov 16 23:59:26 2009 +0100
@@ -1,6 +1,10 @@
+AbstractBackground AbstractBackground stx:libview 'Graphics-Support' 0
+AbstractBorder AbstractBorder stx:libview 'Graphics-Support' 0
 AlphaMask AlphaMask stx:libview 'Graphics-Images' 0
+BeveledBorder BeveledBorder stx:libview 'Graphics-Support' 0
 BitmapFont BitmapFont stx:libview 'Graphics-Support' 0
 Border Border stx:libview 'Graphics-Support' 0
+ButtonRenderer ButtonRenderer stx:libview 'Graphics-Rendering' 0
 Color Color stx:libview 'Graphics-Support' 0
 ColorPalette ColorPalette stx:libview 'Graphics-Images-Support' 0
 Colormap Colormap stx:libview 'Graphics-Images-Support' 0
@@ -13,56 +17,58 @@
 Depth24Image Depth24Image stx:libview 'Graphics-Images' 0
 Depth2Image Depth2Image stx:libview 'Graphics-Images' 0
 Depth32Image Depth32Image stx:libview 'Graphics-Images' 0
+Depth48Image Depth48Image stx:libview 'Graphics-Images' 0
 Depth4Image Depth4Image stx:libview 'Graphics-Images' 0
+Depth64Image Depth64Image stx:libview 'Graphics-Images' 0
 Depth8Image Depth8Image stx:libview 'Graphics-Images' 0
 DeviceGraphicsContext DeviceGraphicsContext stx:libview 'Graphics-Support' 0
 DeviceHandle DeviceHandle stx:libview 'Graphics-Support' 0
 DeviceWorkstation DeviceWorkstation stx:libview 'Interface-Graphics' 0
 DisplayRootView DisplayRootView stx:libview 'Views-Special' 0
 DisplaySurface DisplaySurface stx:libview 'Graphics-Support' 0
+Event Event stx:libview 'Interface-Support-UI' 0
 FixedPalette FixedPalette stx:libview 'Graphics-Images-Support' 0
 Font Font stx:libview 'Graphics-Support' 0
 FontDescription FontDescription stx:libview 'Graphics-Support' 0
 Form Form stx:libview 'Compatibility-ST80-Graphics-Display Objects' 0
+GLXWorkstation GLXWorkstation stx:libview 'Interface-Graphics' 0
+GradientBackground GradientBackground stx:libview 'Graphics-Support' 0
 GraphicsAttributes GraphicsAttributes stx:libview 'Graphics-Support' 0
 GraphicsContext GraphicsContext stx:libview 'Graphics-Support' 0
 GraphicsDevice GraphicsDevice stx:libview 'Interface-Graphics' 0
 GraphicsMedium GraphicsMedium stx:libview 'Graphics-Support' 0
 HostGraphicsDevice HostGraphicsDevice stx:libview 'Interface-Graphics' 0
 Image Image stx:libview 'Graphics-Images' 0
+ImageBackground ImageBackground stx:libview 'Graphics-Support' 0
 ImageMask ImageMask stx:libview 'Graphics-Images' 0
 ImageReader ImageReader stx:libview 'Graphics-Images-Readers' 0
 KeyboardForwarder KeyboardForwarder stx:libview 'Interface-Support-UI' 0
 KeyboardMap KeyboardMap stx:libview 'Interface-Support-UI' 0
-MDIChildView MDIChildView stx:libview 'Views-Basic' 2
+MDIChildView MDIChildView stx:libview 'Views-Basic' 0
 MappedPalette MappedPalette stx:libview 'Graphics-Images-Support' 0
-ModalBox ModalBox stx:libview 'Views-Basic' 2
+ModalBox ModalBox stx:libview 'Views-Basic' 0
 MonoMappedPalette MonoMappedPalette stx:libview 'Graphics-Images-Support' 0
 NeXTWorkstation NeXTWorkstation stx:libview 'Interface-Graphics' 0
-PopUpView PopUpView stx:libview 'Views-Basic' 2
+NoBackground NoBackground stx:libview 'Graphics-Support' 0
+PopUpView PopUpView stx:libview 'Views-Basic' 0
 ResourcePack ResourcePack stx:libview 'Interface-Internationalization' 0
-ShadowView ShadowView stx:libview 'Views-Special' 2
+RoundButtonBorder RoundButtonBorder stx:libview 'Graphics-Support' 0
+ShadowView ShadowView stx:libview 'Views-Special' 0
+SimpleBorder SimpleBorder stx:libview 'Graphics-Support' 0
 SimpleView SimpleView stx:libview 'Views-Basic' 2
-StandardSystemView StandardSystemView stx:libview 'Views-Basic' 2
+SolidBackground SolidBackground stx:libview 'Graphics-Support' 0
+StandardSystemView StandardSystemView stx:libview 'Views-Basic' 0
 SynchronousWindowSensor SynchronousWindowSensor stx:libview 'Interface-Support-UI' 0
-TopView TopView stx:libview 'Views-Basic' 2
+TopView TopView stx:libview 'Views-Basic' 0
 TranslucentColor TranslucentColor stx:libview 'Graphics-Support' 0
-View View stx:libview 'Views-Basic' 2
+View View stx:libview 'Views-Basic' 0
 ViewStyle ViewStyle stx:libview 'Views-Support' 0
+WidgetRenderer WidgetRenderer stx:libview 'Graphics-Rendering' 0
+WinVistaButtonRenderer WinVistaButtonRenderer stx:libview 'Graphics-Rendering' 0
 WinWorkstation WinWorkstation stx:libview 'Interface-Graphics' 0
-Event Event stx:libview 'Interface-Support-UI' 0
 WindowEvent WindowEvent stx:libview 'Interface-Support-UI' 0
 WindowGroup WindowGroup stx:libview 'Interface-Support-UI' 0
 WindowSensor WindowSensor stx:libview 'Interface-Support-UI' 0
 WindowingTransformation WindowingTransformation stx:libview 'Graphics-Transformations' 0
-stx_libview stx_libview stx:libview '* Projects & Packages *' 3
-Depth48Image Depth48Image stx:libview 'Graphics-Images' 0
-Depth64Image Depth64Image stx:libview 'Graphics-Images' 0
-AbstractBorder AbstractBorder stx:libview 'Graphics-Support' 0
-SimpleBorder SimpleBorder stx:libview 'Graphics-Support' 0
-BeveledBorder BeveledBorder stx:libview 'Graphics-Support' 0
-NoBackground NoBackground stx:libview 'Graphics-Support' 0
-ImageBackground ImageBackground stx:libview 'Graphics-Support' 0
-SolidBackground SolidBackground stx:libview 'Graphics-Support' 0
-AbstractBackground AbstractBackground stx:libview 'Graphics-Support' 0
-RoundButtonBorder RoundButtonBorder stx:libview 'Graphics-Support' 0
+XWorkstation XWorkstation stx:libview 'Interface-Graphics' 0
+stx_libview stx_libview stx:libview '* Projects & Packages *' 0