fix for [#7430] No way to back out of a PupStrInput() dialog
This commit is contained in:
@@ -47,7 +47,7 @@ int okee (char *fmt, ...);
|
||||
|
||||
short button (short *var, short min, short max, char *str);
|
||||
short fbutton (float *var, float min, float max, float a1, float a2, char *str);
|
||||
short sbutton (char *var, float min, float max, char *str); /* __NLA */
|
||||
short sbutton (char *var, short min, short max, char *str); /* __NLA */
|
||||
|
||||
int movetolayer_buts (unsigned int *lay, char *title);
|
||||
int movetolayer_short_buts (short *lay, char *title);
|
||||
|
||||
Reference in New Issue
Block a user