mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
include target-specific headers as done in testpixbuf-drawable.c
2001-05-03 Sven Neumann <sven@convergence.de> * demos/testpixbuf-save.c: include target-specific headers as done in testpixbuf-drawable.c
This commit is contained in:
parent
ff73253c8d
commit
d0d9f6449a
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-05-03 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* demos/testpixbuf-save.c: include target-specific headers as
|
||||
done in testpixbuf-drawable.c
|
||||
|
||||
Wed May 2 20:36:38 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
|
||||
|
@ -1,10 +1,15 @@
|
||||
|
||||
#include <config.h>
|
||||
/* if building outside GTK, remove /x11 part */
|
||||
#include <gdk/x11/gdkx.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/x11/gdkx.h>
|
||||
#elif defined (GDK_WINDOWING_WIN32)
|
||||
#include <gdk/win32/gdkwin32.h>
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
keypress_check (GtkWidget *widget, GdkEventKey *evt, gpointer data)
|
||||
|
Loading…
Reference in New Issue
Block a user