blob: 5552bec93f36894644e39b83fc0149b18a1f74fb [file] [edit]
//
// 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.
//
// DisplayPixmap.cpp: Implementation of OSPixmap for Linux Display
#include "util/OSPixmap.h"
// standalone Wayland
#if defined(EGL_NO_X11)
OSPixmap *CreateOSPixmap()
{
return nullptr;
}
#endif