aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/st.c b/st.c
index a2f4f46..165d930 100644
--- a/st.c
+++ b/st.c
@@ -1960,8 +1960,7 @@ xinit(void) {
1960 attrs.bit_gravity = NorthWestGravity; 1960 attrs.bit_gravity = NorthWestGravity;
1961 attrs.event_mask = FocusChangeMask | KeyPressMask 1961 attrs.event_mask = FocusChangeMask | KeyPressMask
1962 | ExposureMask | VisibilityChangeMask | StructureNotifyMask 1962 | ExposureMask | VisibilityChangeMask | StructureNotifyMask
1963 | ButtonMotionMask | ButtonPressMask | ButtonReleaseMask 1963 | ButtonMotionMask | ButtonPressMask | ButtonReleaseMask;
1964 | EnterWindowMask | LeaveWindowMask;
1965 attrs.colormap = xw.cmap; 1964 attrs.colormap = xw.cmap;
1966 1965
1967 parent = opt_embed ? strtol(opt_embed, NULL, 0) : XRootWindow(xw.dpy, xw.scr); 1966 parent = opt_embed ? strtol(opt_embed, NULL, 0) : XRootWindow(xw.dpy, xw.scr);
@@ -2047,7 +2046,6 @@ void
2047xcopy() { 2046xcopy() {
2048 XdbeSwapInfo swpinfo[1] = {{xw.win, XdbeCopied}}; 2047 XdbeSwapInfo swpinfo[1] = {{xw.win, XdbeCopied}};
2049 XdbeSwapBuffers(xw.dpy, swpinfo, 1); 2048 XdbeSwapBuffers(xw.dpy, swpinfo, 1);
2050
2051} 2049}
2052 2050
2053void 2051void