mirror of https://github.com/GNOME/gimp.git
parent
1dea4958bb
commit
28c906aa4b
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue