aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-04-17 20:18:12 +0200
committerJan Djärv2010-04-17 20:18:12 +0200
commit7aad87e884d84e136b57daee0506d85327be59df (patch)
treed3ebb097041ec00a71d0db1df80d3e96c5b51c55 /lwlib/ChangeLog
parentf0bd159891705c30252646811a9be281e64e97c0 (diff)
downloademacs-7aad87e884d84e136b57daee0506d85327be59df.tar.gz
emacs-7aad87e884d84e136b57daee0506d85327be59df.zip
Set _NET_WM_WINDOW_TYPE in menus. Looks bad with compiz otherwise.
xlwmenu.c (set_window_type): New function. (make_windows_if_needed, XlwMenuRealize): Call set_window_type.
Diffstat (limited to 'lwlib/ChangeLog')
-rw-r--r--lwlib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 10993a80cfc..35cb646fbcb 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -24,6 +24,8 @@
24 (XlwMenuDestroy): Free pixmap. Call XtDestroyWidget instead of 24 (XlwMenuDestroy): Free pixmap. Call XtDestroyWidget instead of
25 XDestroyWindow. 25 XDestroyWindow.
26 (handle_motion_event): Only call handle_single_motion_event once. 26 (handle_motion_event): Only call handle_single_motion_event once.
27 (set_window_type): New function.
28 (make_windows_if_needed, XlwMenuRealize): Call set_window_type.
27 29
28 * xlwmenuP.h (window_state): Add pixmap and w. 30 * xlwmenuP.h (window_state): Add pixmap and w.
29 31