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

Side by Side Diff: ui/gfx/x/x11_types.h

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: auto* Created 4 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
« no previous file with comments | « ui/gfx/x/x11_switches.cc ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_GFX_X_X11_UTIL_H_ 5 #ifndef UI_GFX_X_X11_UTIL_H_
6 #define UI_GFX_X_X11_UTIL_H_ 6 #define UI_GFX_X_X11_UTIL_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
11 11
12 #include "ui/gfx/gfx_export.h" 12 #include "ui/gfx/gfx_export.h"
13 13
14 typedef unsigned long XAtom; 14 typedef unsigned long XAtom;
15 typedef unsigned long XID; 15 typedef unsigned long XID;
16 typedef unsigned long VisualID;
16 typedef struct _XcursorImage XcursorImage; 17 typedef struct _XcursorImage XcursorImage;
17 typedef union _XEvent XEvent; 18 typedef union _XEvent XEvent;
18 typedef struct _XImage XImage; 19 typedef struct _XImage XImage;
19 typedef struct _XGC *GC; 20 typedef struct _XGC *GC;
20 typedef struct _XDisplay XDisplay; 21 typedef struct _XDisplay XDisplay;
21 typedef struct __GLXFBConfigRec *GLXFBConfig; 22 typedef struct __GLXFBConfigRec *GLXFBConfig;
22 typedef XID GLXWindow; 23 typedef XID GLXWindow;
23 typedef XID GLXDrawable; 24 typedef XID GLXDrawable;
24 25
25 extern "C" { 26 extern "C" {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 int src_x, 76 int src_x,
76 int src_y, 77 int src_y,
77 int dst_x, 78 int dst_x,
78 int dst_y, 79 int dst_y,
79 int copy_width, 80 int copy_width,
80 int copy_height); 81 int copy_height);
81 82
82 } // namespace gfx 83 } // namespace gfx
83 84
84 #endif // UI_GFX_X_X11_UTIL_H_ 85 #endif // UI_GFX_X_X11_UTIL_H_
85
OLDNEW
« no previous file with comments | « ui/gfx/x/x11_switches.cc ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698