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

Unified Diff: ui/views/widget/desktop_aura/x11_window_event_filter.h

Issue 23460052: Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sdf Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/desktop_aura/x11_window_event_filter.h
diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h
index a02eab2798ea0d847e835d6750604a96ae4fff4d..9fab5a6fca01c5ac4b674d4f6bac2071a346a5b2 100644
--- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
+++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
@@ -13,6 +13,7 @@
#include "base/message_loop/message_loop.h"
#include "ui/base/x/x11_atom_cache.h"
#include "ui/events/event_handler.h"
+#include "ui/gfx/x/x11_types.h"
#include "ui/views/views_export.h"
namespace aura {
@@ -46,7 +47,7 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
const gfx::Point& screen_location);
// The display and the native X window hosting the root window.
- Display* xdisplay_;
+ XDisplay* xdisplay_;
::Window xwindow_;
// The native root window.
« no previous file with comments | « ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc ('k') | ui/views/widget/desktop_aura/x11_window_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698