Remove old cairo color set functions

This commit is contained in:
Dave Davenport
2017-01-09 08:32:16 +01:00
parent 78916c6a94
commit f42e4ffbd7
8 changed files with 16 additions and 114 deletions

View File

@@ -324,7 +324,7 @@ static void texbox_update ( textbox *tb )
int cursor_x = 0;
int cursor_y = 0;
int cursor_width = 2;//MAX ( 2, font_height / 10 );
int cursor_width = 2; //MAX ( 2, font_height / 10 );
int cursor_height = font_height;
if ( tb->changed ) {