mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use EDE_APPLICATION to init localization code and set default (and much saner) font size.
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include <FL/Fl.H>
|
||||
#include <FL/x.H>
|
||||
#include <edelib/Run.h>
|
||||
#include <edelib/Ede.h>
|
||||
|
||||
#include "EvokeService.h"
|
||||
|
||||
@ -75,6 +76,8 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
}
|
||||
|
||||
EDE_APPLICATION("evoke");
|
||||
|
||||
/* make sure X11 is running before rest of code is called */
|
||||
fl_open_display();
|
||||
|
||||
|
Reference in New Issue
Block a user