Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Side by Side Diff: src/gpu/gl/glx/GrNativeDisplay_glx.h

Issue 1410593002: Use common display initialization logic for Unix (Closed) Base URL: https://skia.googlesource.com/skia.git@vbnvpr
Patch Set: minor tidy Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 *
7 */
8
robertphillips 2015/10/16 14:54:40 GrNativeDisplay_glx_DEFINED ?
9 #ifndef GrNativeDrawable_glx_DEFINED
10 #define GrNativeDrawable_glx_DEFINED
11
12 #include <GL/glx.h>
13
14 namespace GrNativeDisplay {
bsalomon 2015/10/15 20:55:27 Wondering why a namespace and generic function nam
15
robertphillips 2015/10/16 14:54:40 // Iterate through all the configs compatible with
16 bool Initialize(int* visualAttribs, Display*, GLXFBConfig* outBestConfig);
17
18 };
19
20 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698