comparison src/audacious/ui_skinned_window.c @ 2530:7c6ce705adda trunk

[svn] - manually save player positions.
author nenolod
date Thu, 15 Feb 2007 17:26:58 -0800
parents ddd127429fc6
children 4d5e6a8717dd
comparison
equal deleted inserted replaced
2529:299be5908480 2530:7c6ce705adda
76 widget_class->configure_event(widget, event); 76 widget_class->configure_event(widget, event);
77 77
78 window->x = event->x; 78 window->x = event->x;
79 window->y = event->y; 79 window->y = event->y;
80 80
81 #if 0
82 g_print("%p window->x = %d, window->y = %d\n", window, window->x, window->y);
83 #endif
84
81 return FALSE; 85 return FALSE;
82 } 86 }
83 87
84 static gboolean 88 static gboolean
85 ui_skinned_window_motion_notify_event(GtkWidget *widget, 89 ui_skinned_window_motion_notify_event(GtkWidget *widget,