Compare commits

..

No commits in common. "1278af202ad3f34f1f2516e8d51e17fc49362ee2" and "b63da7bf09ce9d8259424d19c5ca9f51fef4e4df" have entirely different histories.

3 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ enum graphics_type
enum path_type {PATH_FLUSH = 0, PATH_ROUNDED = 1, PATH_SQUARED = 2}; /**< Path line caps */
/**
* @brief A point in the 2D plane. Sometimes referred to as vertex
* @brief A point in the 2D plane. Sometimes reffered to as vertex
*/
struct gds_point {
int x;

View File

@ -17,6 +17,7 @@
* along with GDSII-Converter. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @defgroup version Version Number
* See @ref git-version-num

View File

@ -99,6 +99,7 @@ ActivityBar *activity_bar_new()
return bar;
}
/* TODO: Complete this once the task list is fully implemented */
void activity_bar_set_ready(ActivityBar *bar)
{
gtk_label_set_text(GTK_LABEL(bar->label), _("Ready"));