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.h b/clients/window.h index 6a4ce9f..290c6b9 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -179,6 +179,8 @@ struct item * window_get_focus_item(struct window *window); +struct display * +window_get_display(struct window *window); void window_move(struct window *window, struct input *input, uint32_t time);