! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[feature request] Menu Shadow Support!
Status:
CLOSED: FIXED
Severity:
enhancement

Comments

Description Aquila Deus 2005-06-15 09:40:34 CEST
Hello!

Please add shadow for menus and tooltips (and other kind of windows) in the 
compositor, like what xcompmgr and kompmgr do.
Comment 1 Olivier Fourdan editbugs 2005-06-15 16:45:27 CEST
Requalify as "enhancement" (definitely not "major" bug)
Comment 2 Olivier Fourdan editbugs 2005-06-15 17:45:54 CEST
Done in SVN trunk. You can play with these two options:

show_frame_shadow=false
show_popup_shadow=true

Snapshot available here:

http://www.xfce.org/~olivier/preview/xfwm4-4.3.0-r15963.tar.bz2
Comment 3 Aquila Deus 2005-06-16 15:21:46 CEST
I just installed (with compositor enabled) the snapshot but there is still no 
shadow for menus. I did set the two settings (they're on by default, right?)
Comment 4 Olivier Fourdan editbugs 2005-06-16 18:45:52 CEST
Nope, default is "off" for popup windows.
Comment 5 Aquila Deus 2005-06-17 11:22:29 CEST
from src/settings.c  #1267
  {"show_frame_shadow", NULL, TRUE};
doesn't this mean the default value is on??

Anyway, it's works for me now, after I removed the checking myself :)
Comment 6 Olivier Fourdan editbugs 2005-06-17 17:28:04 CEST
(In reply to comment #5)
> doesn't this mean the default value is on??

No, you misunderstand the code, TRUE means the value is required.

Defaults are set in defaults/defaults, they aren't hardcoded.

Bug #1007

Reported by:
Aquila Deus
Reported on: 2005-06-15
Last modified on: 2009-07-14

People

Assignee:
Olivier Fourdan
CC List:
0 users

Version

Attachments

Additional information