summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorSpenser Truex <truex@equwal.com>2022-08-15 01:20:16 -0300
committerSpenser Truex <truex@equwal.com>2022-08-15 01:54:18 -0300
commitf5b5452eac468760c2972daf184f18e16f03d1ff (patch)
treeea56c7cc8b51dfc8bc91fda72f1d9fd3717fe882 /win.h
parent1455fedf563eac284eab2adabdc369b9a72774e4 (diff)
parentbaa9357e96d2478baa52a3301e70ac80a229b726 (diff)
Merge latest suckless build into lukesmith-0.8.5
Includes the 0.8.5 version bump, which is great since many of the patches have already been updated to here too.
Diffstat (limited to 'win.h')
-rw-r--r--win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win.h b/win.h
index 8b5b618..8839e31 100644
--- a/win.h
+++ b/win.h
@@ -30,6 +30,7 @@ void xdrawline(Line, int, int, int);
void xfinishdraw(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
+int xgetcolor(int, unsigned char *, unsigned char *, unsigned char *);
void xseticontitle(char *);
void xsettitle(char *);
int xsetcursor(int);
@@ -38,3 +39,4 @@ void xsetpointermotion(int);
void xsetsel(char *);
int xstartdraw(void);
void xximspot(int, int);
+