#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.
This commit is contained in:
Manish Singh
2003-01-09 02:38:13 +00:00
committed by Manish Singh
parent 62113a6271
commit bd6ac8c69c
9 changed files with 78 additions and 3 deletions

View File

@ -21,6 +21,9 @@
* Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <string.h>
#include <config.h>
#include <glib.h>
#include "gdkscreen.h"