]> Pileus Git - ~andy/gtk/commit
Replace int and guint with long and gulong in some places to make the code
authorAnders Carlsson <andersca@gnu.org>
Fri, 26 Oct 2001 23:43:16 +0000 (23:43 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Fri, 26 Oct 2001 23:43:16 +0000 (23:43 +0000)
commitdcb9a6e16e520fd39c831076849546d3bcd7a797
treef6f5a50ad25ca8f7a3657170a4bcab05f1a65c66
parent78fca9fd0555fbcd5c57f8897a461e0e122c043f
Replace int and guint with long and gulong in some places to make the code

2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gdk/x11/gdkmain-x11.c: Replace int and guint with
long and gulong in some places to make the code 64-bit
clean.
(_gdk_windowing_init_check): Replace gint with gulong.
This patch was made by George Lebl and fixes bug #62113.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8