Skip to content

Commit

Permalink
Fixed style issues in software renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
vurtun committed Oct 7, 2017
1 parent 5d72fe5 commit e5850a0
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 317 deletions.
2 changes: 1 addition & 1 deletion demo/x11_rawfb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <unistd.h>
#include <time.h>

#define RAWFB_RGBX_8888
#define NK_INCLUDE_FIXED_TYPES
#define NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_STANDARD_VARARGS
Expand Down Expand Up @@ -201,7 +202,6 @@ main(void)
/* Emulate framebuffer */
XClearWindow(xw.dpy, xw.win);
nk_xlib_render(xw.win);

XFlush(xw.dpy);

/* Timing */
Expand Down
Loading

0 comments on commit e5850a0

Please sign in to comment.