X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=share%2Fgui.h;h=6d3d852e133b3279bd76537e18ec1d3108b9ad6f;hb=1745b6a90dfd9e626e5c40d20c6aa595ec41d888;hp=6013c30ffd143ef5e9e1459f648b1373afb6d3f4;hpb=9b2bd6f718c68515034142006636010ca3609bf2;p=neverball diff --git a/share/gui.h b/share/gui.h index 6013c30..6d3d852 100644 --- a/share/gui.h +++ b/share/gui.h @@ -83,11 +83,12 @@ int gui_delete(int); /*---------------------------------------------------------------------------*/ -void gui_paint(int, int); +void gui_paint(int); void gui_pulse(int, float); void gui_timer(int, float); int gui_point(int, int, int); int gui_stick(int, int, int); +void gui_stuck(void); int gui_click(void); void gui_focus(int);