A few includes added for the picky MSVC compiler.

This commit is contained in:
Tor Lillqvist 1999-10-02 22:53:45 +00:00
parent c50941c82d
commit 4c84db87d9
7 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <string.h>
#include "gdkgc.h"
#include "gdkpixmap.h"
#include "gdkprivate.h"
GdkGC*

View File

@ -28,6 +28,7 @@
#include <string.h>
#include "gdkgc.h"
#include "gdkpixmap.h"
#include "gdkprivate.h"
GdkGC*

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#include <math.h>
#include "gdk.h"
#include "gdkinput.h"
#include "gdkprivate.h"

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#include <math.h>
#include "gdk.h"
#include "gdkinput.h"
#include "gdkprivate.h"

View File

@ -113,5 +113,7 @@ extern gint gdk_input_ignore_wintab;
/* Function declarations */
void gdk_input_window_destroy (GdkWindow *window);
void gdk_input_init (void);
void gdk_input_exit (void);
#endif /* __GDK_INPUTPRIVATE_H__ */

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#include "gdkevents.h"
#include "gdkpixmap.h"
#include "gdkwindow.h"
#include "gdkprivate.h"
#include "gdkinputprivate.h"

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#include "gdkevents.h"
#include "gdkpixmap.h"
#include "gdkwindow.h"
#include "gdkprivate.h"
#include "gdkinputprivate.h"