diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-17 20:20:54 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-17 20:21:04 +0200 |
| commit | 9bdc7139daef8d9dc7b7e06503cd810d44b6d69c (patch) | |
| tree | bd4fb30d1a2c539a3eb530eb14d1780a9e04db78 /fluid/Fd_Snap_Action.h | |
| parent | 9794d200b33b438feaf76c960e464b90dd911d58 (diff) | |
FLUID: better initial sizes for buttons and windows
Diffstat (limited to 'fluid/Fd_Snap_Action.h')
| -rw-r--r-- | fluid/Fd_Snap_Action.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
