Comment 9 for bug 704105

Revision history for this message
Matthieu Baerts (matttbe) wrote :

This resize grip appears in Cairo-Dock too.

It's easy to fix this bug by adding one line but how can we detect that we have to add this line?
We've added a condition (#if (GTK_MAJOR_VERSION >= 3) but I see that this grip (and its function "gtk_window_set_has_resize_grip()") has been backported to libgtk2.0 on Ubuntu Natty. Of course we can add a flag for CMake or create a patch only for Ubuntu packages but it's not so clean... because if we compile Cairo-Dock on Natty with default options, this grip appears.