Revision 1715 trunk/client/gui/monitor.c
| monitor.c (revision 1715) | ||
|---|---|---|
| 26 | 26 |
static time_t stamp = 0; |
| 27 | 27 |
static double average_speed = 0; |
| 28 | 28 |
|
| 29 |
#if !GTK_CHECK_VERSION(2,14,0) |
|
| 30 |
#define gtk_widget_get_window(x) x->window |
|
| 31 |
#endif |
|
| 32 |
|
|
| 29 | 33 |
static gboolean |
| 30 | 34 |
expose_event_callback (GtkWidget *widget, GdkEventExpose *event, gpointer data) |
| 31 | 35 |
{
|
Also available in: Unified diff
NNTPGrab

