mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More window chrome improvements
This commit is contained in:
18
PortabilityLayer/PLRegions.h
Normal file
18
PortabilityLayer/PLRegions.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
namespace RegionIDs
|
||||
{
|
||||
enum RegionID
|
||||
{
|
||||
kNone,
|
||||
|
||||
kMenuBar = 1,
|
||||
kContent,
|
||||
kTitleBar,
|
||||
kClose,
|
||||
kResize,
|
||||
};
|
||||
}
|
||||
|
||||
typedef RegionIDs::RegionID RegionID_t;
|
||||
Reference in New Issue
Block a user