X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fgrr_board_view.h;h=87aeebc23736d734cf3164d8258300013d1f8aea;hb=8b054b887bb075bd9ea8a64dcee2e9f0da6662d0;hp=f7df6daae9c379e517d07ce1af5efc4f9c228adc;hpb=5edb5be4a163427c619a98e68255eb8331f39e3b;p=grrobot diff --git a/src/grr_board_view.h b/src/grr_board_view.h index f7df6da..87aeebc 100644 --- a/src/grr_board_view.h +++ b/src/grr_board_view.h @@ -57,30 +57,12 @@ struct grr_board_view int cell_width, cell_height; /* XXX: Obviously, the rest of this needs to be gutted */ - - /* update policy (GTK_UPDATE_[CONTINUOUS/DELAYED/DISCONTINUOUS]) */ - guint policy : 2; /* Button currently pressed or 0 if none */ guint8 button; - /* Dimensions of dial components */ - gint radius; - gint pointer_width; - /* ID of update timer, or 0 if none */ guint32 timer; - - /* Current angle */ - gfloat angle; - gfloat last_angle; - - /* Old values from adjustment stored so we know when something changes */ - gfloat old_value; - gfloat old_lower; - gfloat old_upper; - - GtkAdjustment *adjustment; }; struct grr_board_view_class