commit | 83008588e162b78f8f66ba371c3691a2ca759f3b | [log] [tgz] |
---|---|---|
author | Havoc Pennington <hp@pobox.com> | Sat Sep 11 19:25:57 2010 -0400 |
committer | Havoc Pennington <hp@pobox.com> | Sat Sep 11 19:25:57 2010 -0400 |
tree | 19b9d4535560be09593c1d7fb88793b6bd1173c6 | |
parent | cbfbe68eca5835f8b0151ca77f01ab8b370c50d8 [diff] |
Use gint16 for GtkBorder 32K of border ought to be enough for any pixel dimensions. At least until screens are so huge we start using doubles. This saves a nice 64 bits of space when we have a GtkBorder stored somewhere. Signed integers are used to avoid surprising unsigned math issues. Just search GTK's whole git log from inception for "unsigned" if you want to find any number of commits fixing signed/unsigned bugs.