commit | bcee9a4b257ce971c31a08620b8838fff52dda42 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 12 00:36:16 2011 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 12 00:36:16 2011 -0400 |
tree | b641a72b2a32b95f0f4a81039011543dfb353569 | |
parent | dcef9ca23cad517bb00a94469221c7504aa81b35 [diff] [blame] |
desktop-shell: Add beginning of pop-up menu to panel
diff --git a/clients/window.c b/clients/window.c index 3bb4cb7..57e27b8 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -862,6 +862,12 @@ } #endif +struct display * +window_get_display(struct window *window) +{ + return window->display; +} + void window_create_surface(struct window *window) {