diff options
Diffstat (limited to '.repos/st/win.h')
-rw-r--r-- | .repos/st/win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.repos/st/win.h b/.repos/st/win.h index a6ef1b9..d7b4980 100644 --- a/.repos/st/win.h +++ b/.repos/st/win.h @@ -37,3 +37,4 @@ void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); void xximspot(int, int); +void xclearwin(void); |