comparison gtk/dw.c @ 359:9ddcbbaebd50

Fix warning caused by removal of obsolete code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 20 Apr 2003 13:19:21 +0000
parents 526642f70ddd
children 8c0212f70914
comparison
equal deleted inserted replaced
358:526642f70ddd 359:9ddcbbaebd50
55 GdkColor _foreground[DW_THREAD_LIMIT]; 55 GdkColor _foreground[DW_THREAD_LIMIT];
56 GdkColor _background[DW_THREAD_LIMIT]; 56 GdkColor _background[DW_THREAD_LIMIT];
57 57
58 GtkWidget *last_window = NULL, *popup = NULL; 58 GtkWidget *last_window = NULL, *popup = NULL;
59 59
60 static int _dw_file_active = 0, _dw_ignore_click = 0, _dw_unselecting = 0; 60 static int _dw_file_active = 0, _dw_ignore_click = 0;
61 static pthread_t _dw_thread = (pthread_t)-1; 61 static pthread_t _dw_thread = (pthread_t)-1;
62 static int _dw_mutex_locked[DW_THREAD_LIMIT]; 62 static int _dw_mutex_locked[DW_THREAD_LIMIT];
63 /* Use default border size for the default enlightenment theme */ 63 /* Use default border size for the default enlightenment theme */
64 static int _dw_border_width = 12, _dw_border_height = 28; 64 static int _dw_border_width = 12, _dw_border_height = 28;
65 65