WindowType.h 243 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. #include <Services/WindowServer/WindowType.h>
  8. namespace GUI {
  9. using WindowType = WindowServer::WindowType;
  10. }