Hello. My name is Lev and this is my first time here. I own a Neo Freerunner currently running SHR unstable full from September 6.
I written a simple GUI front end for xrandr in C which lets me rotate the screen easily to any orientation but I am not satisfied with the window aesthetics. I am using Elementary to avoid any dependencies not in default distribution. What I want is a window which looks and behaves like the window displayed when power button is pressed, the one showing "Suspend", "Lock" and "Power off" buttons. Specifically, I want the window to be smaller then full screen and to disappear if the user clicks outside the window. So far, I was able to achieve either property separately: I can make the window self-destruct if I set elm_win_autodel_set to true, but then I can not resize the window. Or, I can resize it freely by setting elm_win_override_set to true, but then I do not get any events that would allow me to determine when the window loses focus. Plus it does not appear in application list and always stays on top. I tried google, the general OM development list and looking through sources but could not find how to achieve both properties at the same time. Any guidance will be much appreciated. Best regards, Lev. _______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel