Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4815929

Multimonitor support in JAWT

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 5.0
    • client-libs
    • generic
    • generic

      From discussions with ###@###.### and from looking at e.g. bug 4409931
      it seems that the native code for Java2D and the AWT can handle screen depth
      changes and multimonitor support (like a window moving from one monitor to
      another) fairly well internally. However, applications which perform rendering
      at the native level via the JAWT also require notification of these kinds of
      events. It isn't clear whether the current bitmasks returned by
      JAWT_DrawingSurface::Lock() are complete enough to describe all of these events
      or whether these bitmasks are returned in all cases (for example, if the
      application fetches a new JAWT_DrawingSurface object each frame instead of
      fetching it once and repeatedly calling Lock/Unlock on it). Investigation is
      needed to see whether the current APIs and implementation are sufficient.

            denis Denis Fokin (Inactive)
            kbr Kenneth Russell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: