]> git.cworth.org Git - grrobot/commit
* src/grrobot.c (grr_game_read_notices): Call new board_view timer
authorCarl Worth <cworth@theworths.org>
Mon, 10 Nov 2003 15:45:45 +0000 (15:45 +0000)
committerCarl Worth <cworth@theworths.org>
Mon, 10 Nov 2003 15:45:45 +0000 (15:45 +0000)
commit7ee31401a35405ee700c8fab563cecc9f43db3a1
tree7cc4c101814c7087d6cb34776c251a0cd845bdad
parentef3b9b45ab4b9ac1638b21cbb049ebeba99629ae
    * src/grrobot.c (grr_game_read_notices): Call new board_view timer
        functions on the appropriate state transitions.

        * src/grr_board_view.c (grr_board_view_expose): Add code to draw a
        cute alpha-blended timer which shows off the use of cairo_arc.
        (grr_board_view_refresh_timer):
        (grr_board_view_decrement_timer):
        (grr_board_view_start_timer):
        (grr_board_view_stop_timer):
        (grr_board_view_reset_timer): New functions for managing the timer.
ChangeLog
src/grr_board_view.c
src/grr_board_view.h
src/grrobot.c