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

Unified Diff: chrome/common/x11_util.h

Issue 27169: Linux: add splash screen (Closed)
Patch Set: ... Created 11 years, 10 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
« no previous file with comments | « chrome/common/temp_scaffolding_stubs.h ('k') | chrome/common/x11_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/x11_util.h
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h
index 130ecc7fdd500d416e0b313a33b596d8bcd45db0..6e5072bfd818dde3b261b614dc7614fee846e6a1 100644
--- a/chrome/common/x11_util.h
+++ b/chrome/common/x11_util.h
@@ -30,6 +30,8 @@ namespace x11_util {
// These functions do not cache their results
+ // Get the X window id for the default root window
+ XID GetX11RootWindow();
// Get the X window id for the given GTK widget.
XID GetX11WindowFromGtkWidget(GtkWidget*);
// Get a Visual from the given widget. Since we don't include the Xlib
« no previous file with comments | « chrome/common/temp_scaffolding_stubs.h ('k') | chrome/common/x11_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698