libdecor - GTK plugin: pull upstream changes (0542faad - 21 may 2022).

But keep FLTK changes.
This commit is contained in:
ManoloFLTK
2022-05-27 11:45:53 +02:00
parent 5afd0bb44a
commit bdd340e1e1
2 changed files with 268 additions and 253 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ unsigned char *fl_libdecor_titlebar_buffer(struct libdecor_frame *frame,
{
static const char *my_plugin = NULL;
if (!my_plugin) my_plugin = get_libdecor_plugin_description(frame);
if (my_plugin && !strcmp(my_plugin, "GTK plugin")) {
if (my_plugin && !strcmp(my_plugin, "GTK3 plugin")) {
return gtk_titlebar_buffer(frame, width, height, stride);
}
else if (my_plugin && !strcmp(my_plugin, "libdecor plugin using Cairo")) {
File diff suppressed because it is too large Load Diff