gtk/gdk/win32
Hans Breuer ec81d4a8af need to cast image->mem away from void* to avoid 'error C2036: 'void *' :
2002-01-04  Hans Breuer  <hans@breuer.org>

	* gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c :
	need to cast image->mem away from void* to avoid
	'error C2036: 'void *' : unknown size'. Doing pointer
	arithmetics on void pointers is a GCCism afaik.

	* gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
	_gdk_draw_pixbuf ()

	* gdk/makefile.msc gdk/win32/makefile.msc
        gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h

	* gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
	and take care of image->visual possibly NULL.

	* gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
	_gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
	Again take care of image->visual possibly NULL.

	* gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()

	* gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
	instead of private field access

	* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
	colormap setting to the gdk-X behaviour
2002-01-05 19:07:13 +00:00
..
rc New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
bdfcursor.c Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00
gdkcolor-win32.c Implement gdk_color_parse() in terms of pango_color_parse(). 2001-11-05 00:23:45 +00:00
gdkcursor-win32.c New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkdnd-win32.c New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkdrawable-win32.c need to cast image->mem away from void* to avoid 'error C2036: 'void *' : 2002-01-05 19:07:13 +00:00
gdkdrawable-win32.h New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkevents-win32.c need to cast image->mem away from void* to avoid 'error C2036: 'void *' : 2002-01-05 19:07:13 +00:00
gdkfont-win32.c Use G_N_ELEMENTS(). (unicode_classify): Don't return -1 on encountering an 2001-12-28 21:52:04 +00:00
gdkgc-win32.c Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. 2002-01-01 22:17:09 +00:00
gdkgeometry-win32.c make it compile with msvc: !HAVE_UNISTD_H; no label without op, even if 2001-11-18 15:37:13 +00:00
gdkglobals-win32.c New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkim-win32.c static correct-ness, underscore prefixing of library internal functions 2001-10-28 21:28:51 +00:00
gdkimage-win32.c need to cast image->mem away from void* to avoid 'error C2036: 'void *' : 2002-01-05 19:07:13 +00:00
gdkinput-win32.c Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. 2002-01-01 22:17:09 +00:00
gdkinput-win32.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinput.c Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkkeys-win32.c updated externals 2001-06-22 14:08:51 +00:00
gdkmain-win32.c static correct-ness, underscore prefixing of library internal functions 2001-10-28 21:28:51 +00:00
gdkpango-win32.c Add makefile.mingw.in to EXTRA_DIST. 2000-07-30 08:11:28 +00:00
gdkpixmap-win32.c need to cast image->mem away from void* to avoid 'error C2036: 'void *' : 2002-01-05 19:07:13 +00:00
gdkpixmap-win32.h static correct-ness, underscore prefixing of library internal functions 2001-10-28 21:28:51 +00:00
gdkprivate-win32.h need to cast image->mem away from void* to avoid 'error C2036: 'void *' : 2002-01-05 19:07:13 +00:00
gdkproperty-win32.c New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkselection-win32.c New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkvisual-win32.c use g_strcasecmp(), some poor platforms don't have strcasecmp() 2001-11-09 21:52:52 +00:00
gdkwin32.h New file, hand-written wrapper for the Wintab library. 2001-10-29 06:50:55 +00:00
gdkwin32id.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gdkwindow-win32.c Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. 2002-01-01 22:17:09 +00:00
gdkwindow-win32.h static correct-ness, underscore prefixing of library internal functions 2001-10-28 21:28:51 +00:00
libie55uuid.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
Makefile.am Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
makefile.mingw.in New function, copied from X11 version. 2001-02-11 11:00:14 +00:00
makefile.msc need to cast image->mem away from void* to avoid 'error C2036: 'void *' : 2002-01-05 19:07:13 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00