gdip-pixbuf-loader r4 - in trunk: . src
- From: doml svn gnome org
- To: svn-commits-list gnome org
- Subject: gdip-pixbuf-loader r4 - in trunk: . src
- Date: Mon, 18 Feb 2008 16:41:22 +0000 (GMT)
Author: doml
Date: Mon Feb 18 16:41:21 2008
New Revision: 4
URL: http://svn.gnome.org/viewvc/gdip-pixbuf-loader?rev=4&view=rev
Log:
2008-02-18 Dominic Lachowicz <domlachowicz gmail com>
* src/io-gdip-native.h: The GpImage and GpBitmap structs should be anonymous
2008-02-18 Dominic Lachowicz <domlachowicz gmail com>
* src/*.[ch]: Add Emacs modelines
Modified:
trunk/ChangeLog
trunk/src/io-gdip-native.h
Modified: trunk/src/io-gdip-native.h
==============================================================================
--- trunk/src/io-gdip-native.h (original)
+++ trunk/src/io-gdip-native.h Mon Feb 18 16:41:21 2008
@@ -104,23 +104,7 @@
};
typedef enum _ImageType ImageType;
-struct _GpImage
-{
- gpointer picture;
- ImageType type;
-};
typedef struct _GpImage GpImage;
-
-struct _GpBitmap
-{
- GpImage image;
- gint width;
- gint height;
- PixelFormat format;
- ImageLockMode lockmode;
- gint numlocks;
- gchar *bitmapbits; /* pointer to the buffer we passed in BitmapLockBits */
-};
typedef struct _GpBitmap GpBitmap;
struct _GdiplusStartupInput
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]