summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Waddell <jwaddell@nvidia.com>2017-12-06 09:40:17 -0800
committerAaron Plattner <aplattner@nvidia.com>2018-01-04 10:18:17 -0800
commit8bb5cbaa8978c043d29c4a05ff5828399e1b30ce (patch)
tree3cdc9ed27ff35f39b2135f074fabbe64d0786500
parent650de7502b68af05c8928b841fc9cd958b8c4ba3 (diff)
Update available SLI Mosaic options to support options for 32 displays
Simple change to add a couple combinations of 32 display options to the SLI Mosaic Grid Config dropdown
-rw-r--r--src/gtk+-2.x/ctkslimm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtk+-2.x/ctkslimm.c b/src/gtk+-2.x/ctkslimm.c
index 70b5fac..f3024b8 100644
--- a/src/gtk+-2.x/ctkslimm.c
+++ b/src/gtk+-2.x/ctkslimm.c
@@ -120,6 +120,10 @@ static GridConfig gridConfigs[] = {
{1, 2, FALSE},
{4, 1, FALSE},
{1, 4, FALSE},
+ {4, 8, FALSE},
+ {8, 4, FALSE},
+ {2, 16, FALSE},
+ {16, 2, FALSE},
};
GType ctk_slimm_get_type()