aboutsummaryrefslogtreecommitdiff
path: root/window_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'window_texture.h')
-rw-r--r--window_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window_texture.h b/window_texture.h
index 80e4d66..d543a79 100644
--- a/window_texture.h
+++ b/window_texture.h
@@ -20,7 +20,7 @@ int window_texture_init(WindowTexture *window_texture, Display *display, Window
void window_texture_deinit(WindowTexture *self);
/*
- This should be called when the target window is resized.
+ This should ONLY be called when the target window is resized.
Returns 0 on success.
*/
int window_texture_on_resize(WindowTexture *self);