-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Can't the posframe have rounded corner? #125
Comments
i do not know :) |
I don't know much about Emacs lisp. But I assume you created a frame using make-frame. And the make-frame adapts the shape given by the window manager.
|
@SATYADAHAL which frame para control rounded corner? |
@tumashu I am not sure which one does. But default (make-frame) without any parameters gives me rounded corner. |
Line 657 in dace2dc
|
Although you have passed With the corrected quoting below, do you still get rounded corners?
If so, what Mac OS version are you running? |
Rounded corner is given by some DesktopEnvironment to its window's. But since DE doesnot consider child frame as a window its not possible to give child frame a rounded corner. Only option is to make this possible to make frame independent i.e creating a new window. But doing so would not be wise in case of posframe. |
Oh, sorry, I mistook those icons at the bottom of the screenshot for Mac icons. It looks like they were designed to be very similiar 🙂 |
@SATYADAHAL I was able to achieve this on mac os using emacs-plus29 by modifying the following line in (undecorated . t) to: (undecorated-rounded . t) Line 693 in 017deec
Note that this is a very mac-specific solve. I was not able to do it on my linux machine. |
I was wandering if it is possible to remove pointed corner and add something like rouneded corner?
The text was updated successfully, but these errors were encountered: