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 /tests/testgtkrc | |
parent | 995d97b0018ec12aec7d238fa45bb890f90f98a5 (diff) | |
download | gtk+-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 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index fc4c100480..7ea894aa70 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -13,8 +13,7 @@ pixmap_path "." style "default" { fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*" -# base[NORMAL] = { 0.8, 0.8, 1.0 } -# bg_pixmap[NORMAL] = "marble.xpm" +# font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859-1" } style "window" @@ -51,6 +50,7 @@ style "text" { bg_pixmap[NORMAL] = "marble.xpm" text[NORMAL] = { 1.0, 1.0, 1.0 } + fg[NORMAL] = { 1.0, 1.0, 1.0 } base[NORMAL] = { 0.0, 0.0, 0.0 } } |