Make x11_rawfb set_style() examples correct
This commit is contained in:
parent
6d24023d98
commit
46031ccc5f
@ -189,10 +189,10 @@ main(void)
|
||||
if (!rawfb) running = 0;
|
||||
|
||||
#ifdef INCLUDE_STYLE
|
||||
/*set_style(ctx, THEME_WHITE);*/
|
||||
/*set_style(ctx, THEME_RED);*/
|
||||
/*set_style(ctx, THEME_BLUE);*/
|
||||
/*set_style(ctx, THEME_DARK);*/
|
||||
/*set_style(&rawfb->ctx, THEME_WHITE);*/
|
||||
/*set_style(&rawfb->ctx, THEME_RED);*/
|
||||
/*set_style(&rawfb->ctx, THEME_BLUE);*/
|
||||
/*set_style(&rawfb->ctx, THEME_DARK);*/
|
||||
#endif
|
||||
|
||||
while (running) {
|
||||
|
Loading…
Reference in New Issue
Block a user