diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-22 00:07:53 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-22 00:07:53 +0000 |
commit | 8cff9d33070545a1b3d5813f0119a91e7257e609 (patch) | |
tree | 4d06363659c188cdfea3eca76dfce7bd5084a419 /docs/gtk-config.txt | |
parent | 995d97b0018ec12aec7d238fa45bb890f90f98a5 (diff) | |
download | gdk-pixbuf-8cff9d33070545a1b3d5813f0119a91e7257e609.tar.gz |
Don't respond to drops when grab is in effect. (workaround)
Sat Mar 21 19:07:01 1998 Owen Taylor <owt1@cornell.edu>
* gtk/testgtk.c (dnd_drop): Don't respond to drops when
grab is in effect. (workaround)
* gdk/gdkfont.c (gdk_fontset_load): More details on
error messages.
* gdk/gdk.c: Translate va_list to XVaNestedList instead
of just casting it.
* gtk/gtkmain.c: Make temporary copy of string returned by
setlocale, since it may be changed by subsequent calls.
Diffstat (limited to 'docs/gtk-config.txt')
-rw-r--r-- | docs/gtk-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gtk-config.txt b/docs/gtk-config.txt index 508969342..4934fbe5d 100644 --- a/docs/gtk-config.txt +++ b/docs/gtk-config.txt @@ -22,7 +22,7 @@ gtk-config can be invoked in one of three forms: Prints out the version of GTK installed gtk-config --cflags - Prints '-I' flags pointing to the installed d + Prints '-I' flags pointing to the installed header files. gtk-config --libs Prints out the linker flags necessary to link a program against GTK |