remove FRAME_PTR

This commit is contained in:
root 2013-08-12 22:12:40 +02:00
parent 5ff84f8a17
commit a4354e5eb5

View file

@ -322,7 +322,7 @@ buttonclick_handler (GtkWidget * widget, gpointer data)
struct input_event event;
Lisp_Object frame = Fwindow_frame (Fxwidget_view_window (xwidget_view));
FRAME_PTR f = XFRAME (frame);
struct frame *f = XFRAME (frame);
printf ("button clicked xw:%d '%s'\n", XXWIDGET (xwidget), XXWIDGET (xwidget)->title);
EVENT_INIT (event);