mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00
remove a debug statement that snuck in
This commit is contained in:
parent
efd9be3bdb
commit
4a4ceecce4
1 changed files with 0 additions and 1 deletions
|
@ -6474,7 +6474,6 @@ manage_window(xcb_window_t id)
|
||||||
|
|
||||||
/* Get all the window data in one shot */
|
/* Get all the window data in one shot */
|
||||||
ws_idx_atom = get_atom_from_string("_SWM_WS");
|
ws_idx_atom = get_atom_from_string("_SWM_WS");
|
||||||
fprintf(stderr, "ws_idx_atom: %d\n", ws_idx_atom);
|
|
||||||
if (ws_idx_atom) {
|
if (ws_idx_atom) {
|
||||||
gpr = xcb_get_property_reply(conn,
|
gpr = xcb_get_property_reply(conn,
|
||||||
xcb_get_property(conn, False, id, ws_idx_atom,
|
xcb_get_property(conn, False, id, ws_idx_atom,
|
||||||
|
|
Loading…
Add table
Reference in a new issue