diff src/xterm.c @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents d53ee71e7e89 ee70db35f80f
children 4f757d8e8ed7
line wrap: on
line diff
--- a/src/xterm.c	Tue Nov 09 10:29:37 2010 +0000
+++ b/src/xterm.c	Tue Nov 09 15:07:10 2010 -0500
@@ -10278,6 +10278,8 @@
     = XInternAtom (dpyinfo->display, "_NET_WM_ICON_NAME", False);
   dpyinfo->Xatom_net_wm_name
     = XInternAtom (dpyinfo->display, "_NET_WM_NAME", False);
+  dpyinfo->Xatom_net_frame_extents  
+    = XInternAtom (dpyinfo->display, "_NET_FRAME_EXTENTS", False);
 
   dpyinfo->x_dnd_atoms_size = 8;
   dpyinfo->x_dnd_atoms_length = 0;