File tree Expand file tree Collapse file tree 8 files changed +7
-7
lines changed
Expand file tree Collapse file tree 8 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212
1313#include <kernel.h>
1414#include <types.h>
15- #include <graphics .h>
15+ #include <kgraphics .h>
1616
1717typedef struct Window {
1818 struct {
Original file line number Diff line number Diff line change 1010#include <vmm.h>
1111#include <config.h>
1212#ifdef GRAPHICS_MODE_ENABLED
13- #include <graphics .h>
13+ #include <kgraphics .h>
1414#endif // GRAPHICS_MODE_ENABLED
1515
1616typedef struct KernelStateInfo {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set(KERNEL_SOURCES
1616 )
1717
1818 if (MOS_GRAPHICS_ENABLED)
19- LIST (APPEND KERNEL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR} /graphics .c)
19+ LIST (APPEND KERNEL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR} /kgraphics .c)
2020 LIST (APPEND KERNEL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR} /compositor.c)
2121 endif ()
2222
Original file line number Diff line number Diff line change 66
77#include <stdbool.h>
88#include <types.h>
9- #include <graphics .h>
9+ #include <kgraphics .h>
1010#include <config.h>
1111#include <kernel.h>
1212#include <compositor.h>
Original file line number Diff line number Diff line change 1212#include <kdebug.h>
1313#include <kerror.h>
1414#include <kstdlib.h>
15- #include <graphics .h>
15+ #include <kgraphics .h>
1616#include <memmanage.h>
1717#include <guicolours.h>
1818#if ARCH == x86
Original file line number Diff line number Diff line change 1212#include <kernel.h>
1313#include <utils.h>
1414#ifdef GRAPHICS_MODE_ENABLED
15- #include <graphics .h>
15+ #include <kgraphics .h>
1616 #include <guicolours.h>
1717#endif
1818
Original file line number Diff line number Diff line change 4040#include <drivers/x86/pc/8259_pic.h>
4141#include <drivers/x86/pc/8254_pit.h>
4242#ifdef GRAPHICS_MODE_ENABLED
43- #include <graphics .h>
43+ #include <kgraphics .h>
4444 #include <compositor.h>
4545#endif // GRAPHICS_MODE_ENABLED
4646#include <handle.h>
You can’t perform that action at this time.
0 commit comments