Thu 17 Oct 23:42:52 CEST 2024
This commit is contained in:
parent
13976923a5
commit
d65eaa38ab
20
include/kernel/gfxstream.h
Normal file
20
include/kernel/gfxstream.h
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
/*
|
||||||
|
Copyright (C) 2016-2019 The University of Notre Dame
|
||||||
|
This software is distributed under the GNU General Public License.
|
||||||
|
See the file LICENSE for details.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef KERNEL_GFXSTREAM_H
|
||||||
|
#define KERNEL_GFXSTREAM_H
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
GRAPHICS_END = 0,
|
||||||
|
GRAPHICS_FGCOLOR,
|
||||||
|
GRAPHICS_BGCOLOR,
|
||||||
|
GRAPHICS_LINE,
|
||||||
|
GRAPHICS_RECT,
|
||||||
|
GRAPHICS_CLEAR,
|
||||||
|
GRAPHICS_TEXT
|
||||||
|
} graphics_command_t;
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user