Wrap X11 headers in ui/gfx/x/x11.h
https://chromium-review.googlesource.com/756711
This commit is contained in:
parent
97414cc931
commit
82d204e932
7 changed files with 15 additions and 26 deletions
|
@ -5,12 +5,10 @@
|
|||
#ifndef ATOM_BROWSER_UI_X_X_WINDOW_UTILS_H_
|
||||
#define ATOM_BROWSER_UI_X_X_WINDOW_UTILS_H_
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/XInput2.h>
|
||||
#include <X11/extensions/Xrandr.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "ui/gfx/x/x11.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
::Atom GetAtom(const char* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue