summaryrefslogtreecommitdiff
path: root/docs/debugging.txt
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-04-06 12:59:06 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-04-06 12:59:06 +0000
commit0f9fe897271c008339b2d3e79a9dc7d0d71d26f9 (patch)
tree9cc3b5f398da7309b2491db1032ac40bd177c872 /docs/debugging.txt
parentd7aa6a88fbe1a06517f035bb84983a926a490674 (diff)
downloadgdk-pixbuf-0f9fe897271c008339b2d3e79a9dc7d0d71d26f9.tar.gz
Take border in account properly.
Mon Apr 6 08:05:23 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkbutton.c (gtk_button_paint): Take border in account properly. * gtk/gtktext.c (gtk_text_realize): Don't recompute geometry when creating with initial 1x1 geometry, since our calculations can't handle that. Leave text->line_start_cache NULL as sign we don't have a real geometry yet. * gtk/gtkentry.c (gtk_entry_motion_notify): Use the x value we get from gdk_window_get_pointer, not from event->x - since we always specify OwnerGrabButtonMask (why???), event->x can refer to another window.
Diffstat (limited to 'docs/debugging.txt')
-rw-r--r--docs/debugging.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/debugging.txt b/docs/debugging.txt
index 68905895c..db46439ed 100644
--- a/docs/debugging.txt
+++ b/docs/debugging.txt
@@ -53,11 +53,10 @@ by the:
First the environment variables are applied, then the command line
options are applied in the order given on the command line.
-Each of these can either be the special value ALL, or a sequence of
-':' separated options. (Note, case is significant). The environment
-variables and the --gtk-debug and --gdk-debug options add debugging
-options and the --gtk-no-debug and --gdk-no-debug options remove
-them.
+Each of these can either be the special value 'all', or a sequence of
+':' separated options. (case is ignored). The environment variables
+and the --gtk-debug and --gdk-debug options add debugging options and
+the --gtk-no-debug and --gdk-no-debug options remove them.
As noted below, some of these are useful in application debugging, but
most are only interested to those debugging the libraries