diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h b/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h index 24f54912..b4990b20 100755 --- a/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h +++ b/macosx/plugins/DFXVideo/macsrc/ExtendedKeys.h @@ -21,7 +21,8 @@ enum { // Fake HotKeys GPU_HOTKEYS = 0x020, - GPU_FAST_FORWARD + GPU_FAST_FORWARD, + GPU_FRAME_LIMIT }; #endif //__EXTENDED_KEYS_H__ |
