~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gdk/x11/gdkscreen-x11.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
 * when displaying the window on the screen: in particular, for
383
383
 * X an appropriate windowing manager and compositing manager
384
384
 * must be running to provide appropriate display.
385
 
 * 
 
385
 *
 
386
 * This functionality is not implemented in the Windows backend.
 
387
 *
 
388
 * For setting an overall opacity for a top-level window, see
 
389
 * gdk_window_set_opacity().
 
390
 
386
391
 * Return value: a colormap to use for windows with an alpha channel
387
392
 *   or %NULL if the capability is not available.
388
393
 *
643
648
  int opcode, firstevent, firsterror;
644
649
#endif
645
650
 
646
 
  if (screen_x11->monitors)
647
 
    g_free (screen_x11->monitors);
 
651
  g_free (screen_x11->monitors);
648
652
  
649
653
#ifdef HAVE_XINERAMA  
650
654
  if (XQueryExtension (GDK_SCREEN_XDISPLAY (screen), "XINERAMA",