Guest User

Untitled

a guest
May 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 00018 enum Style {
  2. 00019 NoStyle = 0,
  3. 00020 Titlebar = 1 << 0,
  4. 00021 Background = 1 << 1,
  5. 00022 Resize = 1 << 2,
  6. 00023 Toplevel = Titlebar | Background | Resize
  7. 00024 };
Add Comment
Please, Sign In to add comment