diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-02-12 21:29:01 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-02-12 21:29:01 -0800 |
commit | f71afa039b901e09d6957d2e1e72d70a28921fbd (patch) | |
tree | 65b2dee9d492afe6b1ec21766967cb90178c4011 /src/parse.c | |
parent | d5b457d81ca5e55e403d5a04d0982d6a75d5f924 (diff) |
171.05171.05
Diffstat (limited to 'src/parse.c')
-rw-r--r-- | src/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c index ce0f7d8..9e71944 100644 --- a/src/parse.c +++ b/src/parse.c @@ -109,6 +109,7 @@ AttributeTableEntry attributeTable[] = { { "LogAnisoAppControlled", NV_CTRL_LOG_ANISO_APPLICATION_CONTROLLED,0 }, { "RefreshRate", NV_CTRL_REFRESH_RATE, N|H }, { "InitialPixmapPlacement",NV_CTRL_INITIAL_PIXMAP_PLACEMENT, N }, + { "GlyphCache", NV_CTRL_GLYPH_CACHE, N }, { "PCIBus", NV_CTRL_PCI_BUS, N }, { "PCIDevice", NV_CTRL_PCI_DEVICE, N }, { "PCIFunc", NV_CTRL_PCI_FUNCTION, N }, |