diff options
Diffstat (limited to 'src/kernel/GfxKit/FB.h')
| -rw-r--r-- | src/kernel/GfxKit/FB.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/GfxKit/FB.h b/src/kernel/GfxKit/FB.h index 79539995..462608ae 100644 --- a/src/kernel/GfxKit/FB.h +++ b/src/kernel/GfxKit/FB.h @@ -12,10 +12,10 @@ namespace Kernel { class FBDeviceInterface; struct FBDevicePacket; -typedef UInt32 FBCoord2x2; -typedef UInt32 FBDim2x2; -typedef UInt32 FBColorProfile; -typedef UInt32 FBFlags; +using FBCoord2x2 = UInt32; +using FBDim2x2 = UInt32; +using FBColorProfile = UInt32; +using FBFlags = UInt32; /// @brief Framebuffer device interface packet. /// @details This structure is used to send and receive data from the framebuffer device. |
