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

Side by Side Diff: ui/platform_window/x11/x11_window.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 4 years, 12 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
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_PLATFORM_WINDOW_X11_X11_WINDOW_H_ 5 #ifndef UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_
6 #define UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_ 6 #define UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_
7 7
8 #include <stdint.h>
9
10 #include "base/macros.h"
8 #include "ui/events/platform/platform_event_dispatcher.h" 11 #include "ui/events/platform/platform_event_dispatcher.h"
9 #include "ui/gfx/geometry/rect.h" 12 #include "ui/gfx/geometry/rect.h"
10 #include "ui/gfx/x/x11_atom_cache.h" 13 #include "ui/gfx/x/x11_atom_cache.h"
11 #include "ui/platform_window/platform_window.h" 14 #include "ui/platform_window/platform_window.h"
12 #include "ui/platform_window/platform_window_delegate.h" 15 #include "ui/platform_window/platform_window_delegate.h"
13 #include "ui/platform_window/x11/x11_window_export.h" 16 #include "ui/platform_window/x11/x11_window_export.h"
14 17
15 typedef struct _XDisplay XDisplay; 18 typedef struct _XDisplay XDisplay;
16 typedef unsigned long XID; 19 typedef unsigned long XID;
17 20
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 // unclear why this is necessary, but might be related to calls to 81 // unclear why this is necessary, but might be related to calls to
79 // XInitThreads(). 82 // XInitThreads().
80 X11_WINDOW_EXPORT void SetUseOverrideRedirectWindowByDefault( 83 X11_WINDOW_EXPORT void SetUseOverrideRedirectWindowByDefault(
81 bool override_redirect); 84 bool override_redirect);
82 85
83 } // namespace test 86 } // namespace test
84 87
85 } // namespace ui 88 } // namespace ui
86 89
87 #endif // UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_ 90 #endif // UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_
OLDNEW
« no previous file with comments | « ui/platform_window/win/win_window.h ('k') | ui/shell_dialogs/android/shell_dialogs_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698