diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-27 11:45:53 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-05-27 11:45:53 +0200 |
| commit | bdd340e1e12046500a831a414e2eda890d4d1917 (patch) | |
| tree | 87f7783cf7d6fc5d288f964efa7e2f70cfe6f61f /libdecor/build/fl_libdecor-plugins.c | |
| parent | 5afd0bb44aa3fff79fd7825e9ac97f991d3d1f39 (diff) | |
libdecor - GTK plugin: pull upstream changes (0542faad - 21 may 2022).
But keep FLTK changes.
Diffstat (limited to 'libdecor/build/fl_libdecor-plugins.c')
| -rw-r--r-- | libdecor/build/fl_libdecor-plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecor/build/fl_libdecor-plugins.c b/libdecor/build/fl_libdecor-plugins.c index 317f2a03e..0f641363f 100644 --- a/libdecor/build/fl_libdecor-plugins.c +++ b/libdecor/build/fl_libdecor-plugins.c @@ -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")) { |
