diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx | 2 | ||||
| -rw-r--r-- | src/makedepend | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx index 318fc61f4..33615c3c6 100644 --- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx @@ -1832,7 +1832,7 @@ void Fl_Wayland_Window_Driver::resize(int X, int Y, int W, int H) { // When moving or resizing a non-GL subwindow independently from its parent, this condition // delays application of X,Y,W,H values until the compositor signals // it's ready for a new frame using the frame callback mechanism. - if ((parent && parent->damage()) || depth > 1 || pWindow->as_gl_window() || !parent_xid || + if ((parent && parent->damage()) || depth > 1 || pWindow->as_gl_window() || !parent_xid || wait_for_expose_value || (parent_xid->frame_cb && !xid_rect)) { if (is_a_resize) { if (pWindow->parent()) { diff --git a/src/makedepend b/src/makedepend index 77bf85f6c..ad5891342 100644 --- a/src/makedepend +++ b/src/makedepend @@ -2359,6 +2359,8 @@ Fl_Help_View.o: ../FL/Fl_Graphics_Driver.H Fl_Help_View.o: ../FL/Fl_Group.H Fl_Help_View.o: ../FL/Fl_Help_View.H Fl_Help_View.o: ../FL/Fl_Image.H +Fl_Help_View.o: ../FL/Fl_Menu_Item.H +Fl_Help_View.o: ../FL/Fl_Multi_Label.H Fl_Help_View.o: ../FL/Fl_Pixmap.H Fl_Help_View.o: ../FL/Fl_Plugin.H Fl_Help_View.o: ../FL/Fl_Preferences.H @@ -4154,6 +4156,7 @@ Fl_Tree.o: ../FL/Fl_Valuator.H Fl_Tree.o: ../FL/Fl_Widget.H Fl_Tree.o: ../FL/platform_types.h Fl_Tree_Item.o: ../FL/Enumerations.H +Fl_Tree_Item.o: ../FL/filename.H Fl_Tree_Item.o: ../FL/Fl.H Fl_Tree_Item.o: ../FL/fl_attr.h Fl_Tree_Item.o: ../FL/Fl_Cairo.H @@ -4163,6 +4166,7 @@ Fl_Tree_Item.o: ../FL/fl_draw.H Fl_Tree_Item.o: ../FL/Fl_Export.H Fl_Tree_Item.o: ../FL/Fl_Group.H Fl_Tree_Item.o: ../FL/Fl_Image.H +Fl_Tree_Item.o: ../FL/Fl_Preferences.H Fl_Tree_Item.o: ../FL/Fl_Scrollbar.H Fl_Tree_Item.o: ../FL/Fl_Slider.H Fl_Tree_Item.o: ../FL/fl_string_functions.h @@ -4175,6 +4179,7 @@ Fl_Tree_Item.o: ../FL/fl_utf8.h Fl_Tree_Item.o: ../FL/Fl_Valuator.H Fl_Tree_Item.o: ../FL/Fl_Widget.H Fl_Tree_Item.o: ../FL/platform_types.h +Fl_Tree_Item.o: Fl_System_Driver.H Fl_Tree_Item_Array.o: ../FL/Enumerations.H Fl_Tree_Item_Array.o: ../FL/Fl.H Fl_Tree_Item_Array.o: ../FL/fl_attr.h @@ -4199,13 +4204,14 @@ Fl_Tree_Prefs.o: ../FL/fl_attr.h Fl_Tree_Prefs.o: ../FL/Fl_Cairo.H Fl_Tree_Prefs.o: ../FL/fl_casts.H Fl_Tree_Prefs.o: ../FL/fl_config.h +Fl_Tree_Prefs.o: ../FL/fl_draw.H Fl_Tree_Prefs.o: ../FL/Fl_Export.H Fl_Tree_Prefs.o: ../FL/Fl_Image.H -Fl_Tree_Prefs.o: ../FL/Fl_Pixmap.H Fl_Tree_Prefs.o: ../FL/Fl_Preferences.H Fl_Tree_Prefs.o: ../FL/Fl_Tree_Prefs.H Fl_Tree_Prefs.o: ../FL/fl_types.h Fl_Tree_Prefs.o: ../FL/fl_utf8.h +Fl_Tree_Prefs.o: ../FL/Fl_Widget.H Fl_Tree_Prefs.o: ../FL/platform_types.h Fl_Tree_Prefs.o: Fl_System_Driver.H fl_utf8.o: ../FL/Enumerations.H |
