1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 15:32:06 +00:00
serenity/Games
Linus Groh 82956a08b3 LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
From https://youtu.be/YNSAZIW3EM0?t=1474:

"Hmm... I don't think that name is right! From the perspective of
userspace, this is a file descriptor. File description is what the
kernel internally keeps track of, but as far as userspace is concerned,
he just has a file descriptor. [...] Maybe that name should be changed."

Core::File even has a member of this enum type... called
m_should_close_file_descriptor - so let's just rename it :^)
2020-10-25 13:59:41 +01:00
..
2048 Games: Use new format functions. 2020-10-17 23:20:31 +02:00
Chess LibCore: Rename File::ShouldCloseFile{Description => Descriptor} 2020-10-25 13:59:41 +01:00
Minesweeper Meta+Games: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Snake Games: Use new format functions. 2020-10-17 23:20:31 +02:00
Solitaire Games: Use new format functions. 2020-10-17 23:20:31 +02:00
CMakeLists.txt Chess: Add basic ChessWidget and ugly piece set 2020-08-15 20:54:02 +02:00