diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-11-08 05:58:41 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-11-08 05:58:41 +0000 |
commit | 3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56 (patch) | |
tree | 7f8cbb123b28b658a0530af5742ac4d000fa4d93 /gtk/gtkdnd.c | |
parent | a77c4da512b1e3fedce9d9105d8961e47f6e5100 (diff) | |
download | gtk+-3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56.tar.gz |
check if column[i].button is valid before calling gtk_widget_intersect on
* gtk/gtkclist.c: check if column[i].button is valid before calling
gtk_widget_intersect on it in gtk_clist_draw
* gtk/gtkdnd.c: removed unused variable empty_bits
* gtk/gtkrc.c: we should use gslist_* functions with GSLists...
* gtk/gtktypeutils.[ch]: makes more send for gtk_type_is_a to return
a boolean (thanks to Elrond for noticing this)
-Yosh
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 151a5c0eb8..04909165af 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -282,11 +282,6 @@ static char action_none_mask_bits[] = { 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x0f, 0x00, 0x07, 0x00, 0x07, 0x00, }; -static char empty_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; - #define CURSOR_WIDTH 16 #define CURSOR_HEIGHT 16 |