diff options
author | monsta <[email protected]> | 2016-11-23 22:25:19 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 22:25:19 +0300 |
commit | eed121741ae9127dac854e865210e733b008c7e9 (patch) | |
tree | eac0f25030edca96008ac42bd257b00970e76af3 /maximus/maximus-app.c | |
parent | b9e04a89438db9e98d1a6fe9287bedef9ebaab24 (diff) | |
download | mate-netbook-eed121741ae9127dac854e865210e733b008c7e9.tar.bz2 mate-netbook-eed121741ae9127dac854e865210e733b008c7e9.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require mate-panel >= 1.17
Diffstat (limited to 'maximus/maximus-app.c')
-rw-r--r-- | maximus/maximus-app.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/maximus/maximus-app.c b/maximus/maximus-app.c index f6ee627..a08278b 100644 --- a/maximus/maximus-app.c +++ b/maximus/maximus-app.c @@ -481,11 +481,7 @@ on_app_undecorate_changed (GSettings *settings, wnck_window_unmaximize (window); wnck_window_maximize (window); gdk_flush (); -#if GTK_CHECK_VERSION (3, 0, 0) gdk_error_trap_pop_ignored (); -#else - gdk_error_trap_pop (); -#endif sleep (1); } |