diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 08:02:47 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 08:02:47 -0400 |
commit | 6f33b1ba55f3aea06b870cd4e384b022ecc695c9 (patch) | |
tree | 96e084ff52fa64865003e50f65cc46861e2e950d /win.h | |
parent | 3144a61c180b678f6b1c23f06e4b434090199fcb (diff) | |
parent | 5858b22bef5f980271178272fa4e690dbfcc4c0b (diff) |
Merge branch 'equwal-lukesmith-0.8.5'
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); + |