summaryrefslogtreecommitdiff
path: root/libdecor/src/plugins
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-05 08:58:55 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-05 08:58:55 +0100
commitc4ffbf9d8c57e235c45bfc4c8b95841247a783bf (patch)
tree63e404fae7a8e970f1f9725fffd5249d8c25bb22 /libdecor/src/plugins
parentf66c142bbe53666047952a64d989d8300e1f9087 (diff)
Restore statement erroneously commented out.
Diffstat (limited to 'libdecor/src/plugins')
-rw-r--r--libdecor/src/plugins/gtk/libdecor-gtk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdecor/src/plugins/gtk/libdecor-gtk.c b/libdecor/src/plugins/gtk/libdecor-gtk.c
index 43608baad..c3f4ca710 100644
--- a/libdecor/src/plugins/gtk/libdecor-gtk.c
+++ b/libdecor/src/plugins/gtk/libdecor-gtk.c
@@ -1444,9 +1444,9 @@ draw_title_bar(struct libdecor_frame_gtk *frame_gtk)
/*static FILE *null_stderr = NULL;
if (!null_stderr) null_stderr = fopen("/dev/null", "w+");
FILE *old_stderr = stderr;
- stderr = null_stderr;
+ stderr = null_stderr;*/
gtk_widget_size_allocate(frame_gtk->header, &allocation); // warnings are sent here
- stderr = old_stderr;*/
+ //stderr = old_stderr;
#endif // end of new code for FLTK
draw_border_component(frame_gtk, &frame_gtk->headerbar, HEADER);
}