diff options
author | Manish Singh <yosh@gimp.org> | 2003-01-09 02:38:13 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2003-01-09 02:38:13 +0000 |
commit | bd6ac8c69cbf826f49ffb7d2e590d47e6d76ac3f (patch) | |
tree | f626be1703ed185594385c35bca355f92c730449 /ChangeLog | |
parent | 62113a62714d727ad2e12a53a11619c5a82d73b7 (diff) | |
download | gtk+-bd6ac8c69cbf826f49ffb7d2e590d47e6d76ac3f.tar.gz |
#include <stdlib.h> for putenv, <string.h> for strlen.
Wed Jan 8 18:43:03 2003 Manish Singh <yosh@gimp.org>
* gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
<string.h> for strlen.
* gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
<string.h> for strrchr.
* tests/testgtk.c (create_saved_position): "x" and "y" properties
for widgets no longer exist, use gtk_window_move instead.
* test/testtextbuffer.c (check_get_set_text): cast strlen to
int for g_error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Wed Jan 8 18:43:03 2003 Manish Singh <yosh@gimp.org> + + * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv, + <string.h> for strlen. + + * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv, + <string.h> for strrchr. + + * tests/testgtk.c (create_saved_position): "x" and "y" properties + for widgets no longer exist, use gtk_window_move instead. + + * test/testtextbuffer.c (check_get_set_text): cast strlen to + int for g_error. + 2003-01-08 Matthias Clasen <maclas@gmx.de> * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of |