Implemented a simple draw_rect function into the video driver.

This commit is contained in:
2020-05-22 16:30:00 -05:00
parent a1b1b90793
commit 7613ba9de2
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#ifndef KERNEL_VERSION_NUMBER
#define KERNEL_VERSION_NUMBER "0.0.1-239"
#define KERNEL_VERSION_NUMBER "0.0.1-276"
#endif