Split output property printing into a helper function
authorAaron Plattner <aplattner@nvidia.com>
Fri, 3 Jan 2014 13:14:35 +0000 (05:14 -0800)
committerAaron Plattner <aplattner@nvidia.com>
Tue, 7 Jan 2014 18:23:42 +0000 (10:23 -0800)
commita29728ca9599fd08da1243e9b422ac26a24cc05b
tree7eac55bfc5467091b2d5a75d4b7e795da1b1cc3c
parentc5334bb4137d6ea7b8c8b10d51131b9450d1106b
Split output property printing into a helper function

Move the body of the code that prints the actual output property values into a
helper function.  This will make it easier for this function to select
special-case property printers for properties that need special formatting.

Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
xrandr.c