summaryrefslogtreecommitdiff
path: root/include/nsfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nsfb.h')
-rw-r--r--include/nsfb.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/nsfb.h b/include/nsfb.h
index 9b1619c..5caff9b 100644
--- a/include/nsfb.h
+++ b/include/nsfb.h
@@ -20,12 +20,10 @@ struct nsfb_s {
int width; /**< Visible width. */
int height; /**< Visible height. */
- int bpp;
+ char *parameters;
enum nsfb_format_e format; /**< Framebuffer format */
-
- int refresh; /**< Desired refresh rate for physical displays. */
- char *output_dev; /**> Path to output device for surfaces that require it. */
+ int bpp; /**< Bits per pixel - distinct from format */
uint8_t *ptr; /**< Base of video memory. */
int linelen; /**< length of a video line. */