summaryrefslogtreecommitdiff
path: root/gtk/gtk.rc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-02-13 14:52:47 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-02-13 14:52:47 +0000
commitff99eb7cc171d99685c7a7a275383e0fa338d40d (patch)
treee2f2cbfc01a343f3be59e347376d423a2db33a68 /gtk/gtk.rc
parentef03cb52872c19788e889b55ce9b30ff5a616677 (diff)
downloadgtk+-ff99eb7cc171d99685c7a7a275383e0fa338d40d.tar.gz
Add an extra parameter so that we don't have to do unnecessary settings to
2000-02-13 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter so that we don't have to do unnecessary settings to the HDC. * gdk/win32/gdkdrawable-win32.c * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of gdk_gc_predraw. * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct GDI paths, call WidenPath to get the outline of the stroken path, and then fill the outline (with the brush that was built from the stipple). * gdk/win32/gdkgc-win32.c: Factor out common code from _gdk_win32_gc_new and gdk_win32_gc_set_values into gdk_win32_gc_values_to_win32values. * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string, gdk_win32_api_failed): New functions for error logging. * gdk/win32/gdkprivate-win32.h: Declare them, and a macro WIN32_API_FAILED to call them, passing function or file name and line number. * gdk/win32/*.c: Use the WIN32_API_FAILED macro. * gdk/win32/gdkprivate-win32.h: Store just the pixel values from GdkColor for foreground and background in GdkGCWin32Data. * gdk/makefile.cygwin: Link in the resource object separately. * gdk/win32/rc/gdk.rc * gtk/gtk.rc (New file) * gdk/win32/makefile.cygwin * gtk/makefile.cygwin: Update build number in DLLs automatically, as in GLib.
Diffstat (limited to 'gtk/gtk.rc')
-rw-r--r--gtk/gtk.rc30
1 files changed, 30 insertions, 0 deletions
diff --git a/gtk/gtk.rc b/gtk/gtk.rc
new file mode 100644
index 0000000000..c2cfc0a2ac
--- /dev/null
+++ b/gtk/gtk.rc
@@ -0,0 +1,30 @@
+#include <winver.h>
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,3,0,BUILDNUMBER
+ PRODUCTVERSION 1,3,0,0
+ FILEFLAGSMASK 0
+ FILEFLAGS 0
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE VFT2_UNKNOWN
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "CompanyName", "The GTk+ developer community"
+ VALUE "FileDescription", "GIMP Toolkit"
+ VALUE "FileVersion", "1.3.0.BUILDNUMBER"
+ VALUE "InternalName", "gtk-1.3"
+ VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2000."
+ VALUE "OriginalFilename", "gtk-1.3.dll"
+ VALUE "ProductName", "GTk+"
+ VALUE "ProductVersion", "1.3.0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+ END