mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Center window before it was shown
This commit is contained in:
parent
8b14a06a83
commit
2b81f59d45
@ -33,6 +33,7 @@
|
|||||||
#include <edelib/Util.h>
|
#include <edelib/Util.h>
|
||||||
#include <edelib/MessageBox.h>
|
#include <edelib/MessageBox.h>
|
||||||
#include <edelib/Directory.h>
|
#include <edelib/Directory.h>
|
||||||
|
#include <edelib/WindowUtils.h>
|
||||||
#include <edelib/Ede.h>
|
#include <edelib/Ede.h>
|
||||||
|
|
||||||
#include "icons/hint.xpm"
|
#include "icons/hint.xpm"
|
||||||
@ -44,6 +45,7 @@ EDELIB_NS_USING(Resource)
|
|||||||
EDELIB_NS_USING(dir_create_with_parents)
|
EDELIB_NS_USING(dir_create_with_parents)
|
||||||
EDELIB_NS_USING(user_config_dir)
|
EDELIB_NS_USING(user_config_dir)
|
||||||
EDELIB_NS_USING(alert)
|
EDELIB_NS_USING(alert)
|
||||||
|
EDELIB_NS_USING(window_center_on_screen)
|
||||||
EDELIB_NS_USING(DESK_FILE_TYPE_APPLICATION)
|
EDELIB_NS_USING(DESK_FILE_TYPE_APPLICATION)
|
||||||
|
|
||||||
static Fl_Pixmap image_hint((const char**)hint_xpm);
|
static Fl_Pixmap image_hint((const char**)hint_xpm);
|
||||||
@ -217,6 +219,7 @@ int main(int argc, char **argv) {
|
|||||||
close_button->take_focus();
|
close_button->take_focus();
|
||||||
|
|
||||||
win->end();
|
win->end();
|
||||||
|
window_center_on_screen(win);
|
||||||
win->show(argc, argv);
|
win->show(argc, argv);
|
||||||
|
|
||||||
Fl::run();
|
Fl::run();
|
||||||
|
Loading…
Reference in New Issue
Block a user