This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Removing the debugging for the last fix too.
master
Christoph Lohmann
12 years ago
parent
9888c5064b
commit
86261187ab
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
st.c
+ 0
- 2
st.c
View File
@ -2750,8 +2750,6 @@ cresize(int width, int height)
void
resize
(
XEvent
*
e
)
{
fprintf
(
stderr
,
"
resize -> %d,%d
\n
"
,
e
-
>
xconfigure
.
width
,
e
-
>
xconfigure
.
height
)
;
if
(
e
-
>
xconfigure
.
width
=
=
xw
.
w
&
&
e
-
>
xconfigure
.
height
=
=
xw
.
h
)
return
;
Write
Preview
Loading…
Cancel
Save