perf/widgets.h tests/print-editor.c tests/prop-editor.h
2008-05-23 Michael Natterer <mitch@gimp.org> * perf/widgets.h * tests/print-editor.c * tests/prop-editor.h * tests/testmountoperation.c * tests/testmultidisplay.c * tests/testnouiprint.c * tests/testprint.c * tests/testprintfileoperation.h * tests/testtreesort.c * tests/textbuffertest.c: include <gtk/gtk.h> instead of single files. Remove some redundant includes. svn path=/trunk/; revision=20128
This commit is contained in:
parent
57625ac5b9
commit
c75c6bf444
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
|||||||
|
2008-05-23 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* perf/widgets.h
|
||||||
|
* tests/print-editor.c
|
||||||
|
* tests/prop-editor.h
|
||||||
|
* tests/testmountoperation.c
|
||||||
|
* tests/testmultidisplay.c
|
||||||
|
* tests/testnouiprint.c
|
||||||
|
* tests/testprint.c
|
||||||
|
* tests/testprintfileoperation.h
|
||||||
|
* tests/testtreesort.c
|
||||||
|
* tests/textbuffertest.c: include <gtk/gtk.h> instead of single
|
||||||
|
files. Remove some redundant includes.
|
||||||
|
|
||||||
2008-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net>
|
2008-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net>
|
||||||
|
|
||||||
* gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
|
* gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include <gtk/gtkwidget.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
GtkWidget *appwindow_new (void);
|
GtkWidget *appwindow_new (void);
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <pango/pangocairo.h>
|
#include <pango/pangocairo.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/gtkprintoperation.h>
|
|
||||||
|
|
||||||
static GtkWidget *main_window;
|
static GtkWidget *main_window;
|
||||||
static char *filename = NULL;
|
static char *filename = NULL;
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
#include <gtk/gtkwidget.h>
|
|
||||||
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#ifndef __PROP_EDITOR_H__
|
#ifndef __PROP_EDITOR_H__
|
||||||
#define __PROP_EDITOR_H__
|
#define __PROP_EDITOR_H__
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/gtkmountoperation.h>
|
|
||||||
|
|
||||||
static gboolean ask_question = FALSE;
|
static gboolean ask_question = FALSE;
|
||||||
static gboolean anonymous = FALSE;
|
static gboolean anonymous = FALSE;
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/gtkstock.h>
|
|
||||||
#include <gdk/gdk.h>
|
|
||||||
|
|
||||||
gchar *screen2_name = NULL;
|
gchar *screen2_name = NULL;
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include "gtk/gtkprintoperation.h"
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include "gtk/gtk.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
draw_page (GtkPrintOperation *operation,
|
draw_page (GtkPrintOperation *operation,
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <pango/pangocairo.h>
|
#include <pango/pangocairo.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gtk/gtkprintoperation.h>
|
|
||||||
#include "testprintfileoperation.h"
|
#include "testprintfileoperation.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TEST_PRINT_FILE_OPERATION_H__
|
#ifndef __TEST_PRINT_FILE_OPERATION_H__
|
||||||
#define __TEST_PRINT_FILE_OPERATION_H__
|
#define __TEST_PRINT_FILE_OPERATION_H__
|
||||||
|
|
||||||
#include <gtk/gtkprintoperation.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include "../gtk/gtktreedatalist.h"
|
#include "gtk/gtktreedatalist.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct _ListSort ListSort;
|
typedef struct _ListSort ListSort;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include "../gtk/gtktexttypes.h" /* Private header, for UNKNOWN_CHAR */
|
#include "gtk/gtktexttypes.h" /* Private header, for UNKNOWN_CHAR */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gtk_text_iter_spew (const GtkTextIter *iter, const gchar *desc)
|
gtk_text_iter_spew (const GtkTextIter *iter, const gchar *desc)
|
||||||
|
Loading…
Reference in New Issue
Block a user