--invisible restaurant.
This commit is contained in:
parent
3e00e14ee7
commit
65c6f5c9f6
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ static void draw_tachometer(cairo_t *cr,
|
||||||
CAIRO_FONT_SLANT_NORMAL,
|
CAIRO_FONT_SLANT_NORMAL,
|
||||||
CAIRO_FONT_WEIGHT_NORMAL);
|
CAIRO_FONT_WEIGHT_NORMAL);
|
||||||
|
|
||||||
cairo_set_font_size(cr, 24);
|
cairo_set_font_size(cr, r * 0.125);
|
||||||
|
|
||||||
cairo_set_source_rgb(cr, 1, 1, 1);
|
cairo_set_source_rgb(cr, 1, 1, 1);
|
||||||
cairo_arc(cr, x, y, r, 0, 2*M_PI);
|
cairo_arc(cr, x, y, r, 0, 2*M_PI);
|
||||||
|
@ -187,7 +187,7 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
int screen,
|
int screen,
|
||||||
width = 1024,
|
width = 1024,
|
||||||
height = 480;
|
height = 480;
|
||||||
|
|
||||||
XGCValues values = {
|
XGCValues values = {
|
||||||
.foreground = 0x000000,
|
.foreground = 0x000000,
|
||||||
|
|
Loading…
Add table
Reference in a new issue