Skip to content

Commit

Permalink
Make x11_rawfb set_style() examples correct
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0203 committed Jun 6, 2019
1 parent 6d24023 commit 46031cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/x11_rawfb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 46031cc

Please sign in to comment.