Indentation cleanups.

Fri Nov  6 17:10:03 1998  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwindow.[ch] gtk/gtkfixed.c: Indentation
	cleanups.
This commit is contained in:
Owen Taylor
1998-11-06 22:10:27 +00:00
committed by Owen Taylor
parent e2a5219220
commit b0f8915fe7
3 changed files with 10 additions and 12 deletions

View File

@ -96,9 +96,6 @@ static gint gtk_window_expose (GtkWidget *widget,
static void gtk_window_style_set (GtkWidget *widget,
GtkStyle *previous_style);
static GtkBinClass *parent_class = NULL;
static guint window_signals[LAST_SIGNAL] = { 0 };

View File

@ -99,6 +99,7 @@ gint gtk_window_activate_default (GtkWindow *window);
/* If window is set modal, input will be grabbed when show and released when hide */
void gtk_window_set_modal (GtkWindow *window,
gboolean modal);
#ifdef __cplusplus
}
#endif /* __cplusplus */