fix build.

This commit is contained in:
Aurélien Aptel 2010-08-31 16:56:27 +02:00
parent c4225bdcc9
commit 1132d9e2d6
1 changed files with 2 additions and 2 deletions

4
st.c
View File

@ -292,10 +292,10 @@ static void brelease(XEvent *e) {
if(sel.bx==sel.ex && sel.by==sel.ey) {
sel.bx = -1;
if(b==2)
clipboard_paste();
selpaste();
} else {
if(b==1)
clipboard_copy(getseltext());
selcopy(getseltext());
}
draw(1);
}