]> Dogcows Code - chaz/openbox/commitdiff
Fix the EXTENTS reported on window frames.
authorDana Jansens <danakj@orodu.net>
Mon, 14 Jun 2010 16:15:02 +0000 (12:15 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 14 Jun 2010 16:40:15 +0000 (12:40 -0400)
Change the order things are done on map, so we apply startup state without
  any states set first, thus getting all the functions possible for the window
  type etc.  then change the order states are applied, as some remove the
  ability to apply others (ie fullscreen comes last).
Add an oldsize to ObFrame that remembers the size of the frame last reported to
  the world through the EXTENTS property.  If you frame_adjust_area(FAKE) then
  frame_adjust_area(NONFAKE), the EXTENTS would not be updated since the
  oldsize wasn't remembered across fake updates.
Make the extentsrequest test ask about windows with states set also.


No differences found
This page took 0.025715 seconds and 4 git commands to generate.