~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to lib/unity/unityX11.h

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
      UnityIconType type;
346
346
   } iconPng;
347
347
 
348
 
   XConfigureEvent *lastConfigureEvent; // Used for replying to MoveResizeWindow
349
348
   Bool windowProtocols[UNITY_X11_MAX_WIN_PROTOCOLS];
350
349
 
351
350
   Bool isRelevant; // Whether the window is relayed through the window tracker
397
396
    * our windows (via a PropertyNotify event), we may act accordingly.
398
397
    */
399
398
   Bool waitingForWmState;
 
399
 
 
400
   /*
 
401
    * See wm-spec::_NET_FRAME_EXTENTS.
 
402
    */
 
403
   uint32 frameExtents[4];
400
404
};
401
405
 
402
406
/*