@@ -175,7 +175,7 @@ void drawFibbTime(cairo_t* cr, int width, int height){
drawRectangle(cr,Rs[3]);
drawRectangle(cr,Rs[4]);
drawRectangle(cr,Rs[0]);
drawReminder(cr,(t.minute%5));
/* drawReminder(cr, (t.minute % 5)); */
}
intmain(intargc,char**argv){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.