diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/window_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/window_texture.h b/include/window_texture.h index 80e4d66..d543a79 100644 --- a/include/window_texture.h +++ b/include/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); |