s@gdkprivate@gdk/gdkprivate@

-Yosh
This commit is contained in:
Manish Singh 1999-05-04 22:18:13 +00:00
parent 1dea4958bb
commit 28c906aa4b
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Tue May 4 15:16:47 PDT 1999 Manish Singh <yosh@gimp.org>
* app/text_tool.c: s@gdkprivate@gdk/gdkprivate@
1999-05-04 Tor Lillqvist <tml@iki.fi>
Win32 portability changes:

View File

@ -17,15 +17,18 @@
*/
#include <stdlib.h>
#include <string.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
#if GDK_WINDOWING == GDK_WINDOWING_WIN32
# define POINTS POINTS_win32 /* Guard against clash */
#endif
#include <gdkprivate.h>
#include <gdk/gdkprivate.h>
#if GDK_WINDOWING == GDK_WINDOWING_WIN32
# undef POINTS
#endif
#include "appenv.h"
#include "actionarea.h"
#include "buildmenu.h"

View File

@ -17,15 +17,18 @@
*/
#include <stdlib.h>
#include <string.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
#if GDK_WINDOWING == GDK_WINDOWING_WIN32
# define POINTS POINTS_win32 /* Guard against clash */
#endif
#include <gdkprivate.h>
#include <gdk/gdkprivate.h>
#if GDK_WINDOWING == GDK_WINDOWING_WIN32
# undef POINTS
#endif
#include "appenv.h"
#include "actionarea.h"
#include "buildmenu.h"

View File

@ -17,15 +17,18 @@
*/
#include <stdlib.h>
#include <string.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdk.h>
#if GDK_WINDOWING == GDK_WINDOWING_WIN32
# define POINTS POINTS_win32 /* Guard against clash */
#endif
#include <gdkprivate.h>
#include <gdk/gdkprivate.h>
#if GDK_WINDOWING == GDK_WINDOWING_WIN32
# undef POINTS
#endif
#include "appenv.h"
#include "actionarea.h"
#include "buildmenu.h"