PS. fuck you ubuntu update-manager.devs/discomfitor/eo
parent
043a3c17e0
commit
47ef5c5be1
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
||||
#include <Ecore_Evas.h> |
||||
#include <Ecore_X.h> |
||||
|
||||
|
||||
|
||||
int |
||||
main(void) |
||||
{ |
||||
Ecore_Evas *ee; |
||||
|
||||
ecore_evas_init(); |
||||
ee = ecore_evas_new(NULL, 0, 0, 200, 200, NULL); |
||||
ecore_evas_show(ee); |
||||
ecore_evas_urgent_set(ee, 1); |
||||
ecore_evas_iconified_set(ee, 1); |
||||
ecore_evas_sticky_set(ee, 1); |
||||
ecore_x_netwm_user_time_set(ecore_evas_window_get(ee), 0); |
||||
ecore_main_loop_begin(); |
||||
return 0; |
||||
} |
Loading…
Reference in new issue