summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/window.h b/window.h
index 7fa684f..c2d074b 100644
--- a/window.h
+++ b/window.h
@@ -40,7 +40,8 @@ int WindowGetEventsFd(const struct Window* window);
bool WindowProcessEvents(const struct Window* window);
bool WindowAssignFrames(struct Window* window, size_t nframes,
const struct Frame* frames);
-bool WindowShowFrame(struct Window* window, size_t index);
+bool WindowShowFrame(struct Window* window, size_t index, int x, int y,
+ int width, int height);
void WindowDestroy(struct Window* window);
struct Overlay* OverlayCreate(const struct Window* window, int x, int y,