Jasper St. Pierre f3a2bb7779 window: Clean up old_rect handling a tiny bit
We need the old rect for two purposes: to find the x/y in a resize-only
action, and to pass into the constraints code for nefarious purposes.

The constraints code takes a frame rectangle, so we convert the original
client rect into a frame rect, but never convert it back since it's
unused for the rest of the function.

Instead of playing games with the variables, just have two,
separately-scoped variables. One is the client rect, the other is the
frame rect.
2014-05-01 19:50:39 -04:00
2014-04-30 22:10:42 +02:00
2014-03-18 20:37:35 -04:00
2014-03-18 20:37:35 -04:00
2006-06-29 20:54:39 +00:00
2014-04-15 22:58:51 +02:00
2014-04-30 18:14:27 +02:00
2014-04-09 12:28:45 -07:00
2014-04-30 18:14:27 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%