mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 03:42:09 +00:00
Minor changes in gui.cpp.
This commit is contained in:
parent
e0edf5625f
commit
69a3070018
@ -667,9 +667,9 @@ void save_window_pos(JWidget window, const char *section)
|
||||
set_config_rect(section, "WindowPos", window->getBounds());
|
||||
}
|
||||
|
||||
JWidget load_widget(const char* filename, const char* name)
|
||||
Widget* load_widget(const char* filename, const char* name)
|
||||
{
|
||||
JWidget widget;
|
||||
Widget* widget;
|
||||
char buf[512];
|
||||
bool found = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user