gdk/win32/gdkcolor-win32.c gdk/win32/gdkprivate-win32.h Changes to make
2000-07-12 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkcc-win32.c: * gdk/win32/gdkcolor-win32.c * gdk/win32/gdkprivate-win32.h * gdk/win32/gdkwin32.h: Changes to make compilable, with new GDK object structure.
This commit is contained in:
committed by
Tor Lillqvist
parent
2823963703
commit
1f581a961e
@ -40,10 +40,10 @@ GdkGC * _gdk_win32_gc_new (GdkDrawable *drawable,
|
||||
COLORREF gdk_colormap_color (GdkColormapPrivateWin32 *colormap_private,
|
||||
gulong pixel);
|
||||
HDC gdk_gc_predraw (GdkDrawable *drawable,
|
||||
GdkGCPrivate *gc_private,
|
||||
GdkGCWin32 *gcwin32,
|
||||
GdkGCValuesMask usage);
|
||||
void gdk_gc_postdraw (GdkDrawable *drawable,
|
||||
GdkGCPrivate *gc_private,
|
||||
GdkGCWin32 *gcwin32,
|
||||
GdkGCValuesMask usage);
|
||||
HRGN BitmapToRegion (HBITMAP hBmp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user