From 9bdc7139daef8d9dc7b7e06503cd810d44b6d69c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 17 Jul 2023 20:20:54 +0200 Subject: FLUID: better initial sizes for buttons and windows --- fluid/Fd_Snap_Action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/Fd_Snap_Action.h') diff --git a/fluid/Fd_Snap_Action.h b/fluid/Fd_Snap_Action.h index e15431cd1..afa8491d7 100644 --- a/fluid/Fd_Snap_Action.h +++ b/fluid/Fd_Snap_Action.h @@ -191,6 +191,7 @@ public: static void draw_all(Fd_Snap_Data &d); static void get_resize_stepsize(int &x_step, int &y_step); static void get_move_stepsize(int &x_step, int &y_step); + static void better_size(int &w, int &h); }; #endif // _FLUID_FD_SNAP_ACTION_H -- cgit v1.2.3