https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b9b2608bfbc0bdd99e7d7c...
commit b9b2608bfbc0bdd99e7d7cf785c83838af639506 Author: Victor Perevertkin victor.perevertkin@reactos.org AuthorDate: Wed May 31 00:28:44 2023 +0300 Commit: Victor Perevertkin victor.perevertkin@reactos.org CommitDate: Mon Jun 19 13:58:43 2023 +0300
[FRAMEBUF] Return the "old" driver back
It has a better license (GPL) and does not have visible drawbacks compared to framebuf_new. --- win32ss/drivers/displays/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/win32ss/drivers/displays/CMakeLists.txt b/win32ss/drivers/displays/CMakeLists.txt index e390c7492e4..27f4cff7dd8 100644 --- a/win32ss/drivers/displays/CMakeLists.txt +++ b/win32ss/drivers/displays/CMakeLists.txt @@ -1,4 +1,3 @@
-#add_subdirectory(framebuf) -add_subdirectory(framebuf_new) +add_subdirectory(framebuf) add_subdirectory(vga)