summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-10-22 19:54:40 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-10-22 19:54:40 +0000
commit745f20a6d7c26645f27bda05dd79b119bd92ffe7 (patch)
tree1daa4f07b6906610f52c250fd42051f46ecbf356 /gtk/gtkentry.c
parent720d59d40b494290af481ab3ec0c9efa962cb45c (diff)
downloadgdk-pixbuf-745f20a6d7c26645f27bda05dd79b119bd92ffe7.tar.gz
Actively monitor the screen of the parent. (#80281)
Tue Oct 22 15:32:31 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c: Actively monitor the screen of the parent. (#80281) * gtk/gtkentry.c: Fix missing prototype from the last commit.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index bfcce2e4f..a1a6be22f 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -258,6 +258,7 @@ static void gtk_entry_draw_cursor (GtkEntry *entry,
CursorType type);
static PangoLayout *gtk_entry_ensure_layout (GtkEntry *entry,
gboolean include_preedit);
+static void gtk_entry_reset_layout (GtkEntry *entry);
static void gtk_entry_queue_draw (GtkEntry *entry);
static void gtk_entry_reset_im_context (GtkEntry *entry);
static void gtk_entry_recompute (GtkEntry *entry);