// // Copyright 2020 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // DisplayWindow.h: Definition of the implementation of OSWindow for Linux Display #ifndef UTIL_DISPLAY_WINDOW_H_ #define UTIL_DISPLAY_WINDOW_H_ #include <string> #include "util/OSWindow.h" #include "util/util_export.h" struct SimpleDisplayWindow { … }; class ANGLE_UTIL_EXPORT DisplayWindow : public OSWindow { … }; #endif // UTIL_DISPLAY_WINDOW_H_