FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
flanterm_fb_queue_item Struct Reference

Represents an item in the rendering queue. More...

#include <fb.h>

Collaboration diagram for flanterm_fb_queue_item:
Collaboration graph

Public Attributes

size_t x
size_t y
struct flanterm_fb_char c

Detailed Description

Represents an item in the rendering queue.

Definition at line 67 of file fb.h.

Member Data Documentation

◆ c

struct flanterm_fb_char flanterm_fb_queue_item::c

The character and its colors.

Definition at line 69 of file fb.h.

◆ x

size_t flanterm_fb_queue_item::x

Definition at line 68 of file fb.h.

◆ y

size_t flanterm_fb_queue_item::y

The position of the character in the framebuffer.

Definition at line 68 of file fb.h.


The documentation for this struct was generated from the following file:
  • source/includes/fb.h