Logo
Explore Help
Sign In
tonitch/st
1
0
Fork 0
You've already forked st
Code Issues 7 Pull Requests Packages Projects Releases Wiki Activity
st/win.h

15 lines
310 B
C
Raw Normal View History

Split X-specific code into x.c
2017-01-20 00:06:39 -08:00
/* See LICENSE for license details. */
void draw(void);
void drawregion(int, int, int, int);
Move window urgency handling entirely into x.c This allows us to make xseturgency internal. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
2017-10-10 12:01:18 -05:00
void xbell(void);
Split X-specific code into x.c
2017-01-20 00:06:39 -08:00
void xclipcopy(void);
void xhints(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
void xsettitle(char *);
Make win variable internal to x.c There was only a single reference to the `win` variable in st.c, so exporting that to x.c allows us to rid ourselves of another extern. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
2017-11-06 17:57:45 -06:00
int xsetcursor(int);
Split X-specific code into x.c
2017-01-20 00:06:39 -08:00
void xsetpointermotion(int);
Remove Time argument from xsetsel This is an X type and should be internal to x.c. The selcopy() function was a single line and only used in one place, so it was inlined to reduce LOC. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
2017-11-06 18:25:58 -06:00
void xsetsel(char *);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 93ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API