Rev 1647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1647 | Rev 1652 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | * |
18 | * |
| 19 | */ |
19 | */ |
| 20 | 20 | ||
| 21 | #ifndef VM_PLUGIN_XORG_H |
21 | #ifndef VM_PLUGIN_XORG_H |
| 22 | #define VM_PLUGIN_XORG_H |
22 | #define VM_PLUGIN_XORG_H |
| - | 23 | ||
| - | 24 | #include "config.h" |
|
| - | 25 | ||
| - | 26 | #ifdef USE_PLUGIN_XORG |
|
| 23 | 27 | ||
| 24 | #include <boost/shared_ptr.hpp> |
28 | #include <boost/shared_ptr.hpp> |
| 25 | 29 | ||
| 26 | #include "vm/Plugin.h" |
30 | #include "vm/Plugin.h" |
| 27 | #include "logging/Logger.h" |
31 | #include "logging/Logger.h" |
| Line 44... | Line 48... | ||
| 44 | private: |
48 | private: |
| 45 | static logging::Logger LOG; |
49 | static logging::Logger LOG; |
| 46 | 50 | ||
| 47 | static Value Export_SendKey(const v8::Arguments& args); |
51 | static Value Export_SendKey(const v8::Arguments& args); |
| 48 | }; |
52 | }; |
| 49 | 53 | ||
| 50 | }; // namespace plugin |
54 | }; // namespace plugin |
| 51 | }; // namespace vm |
55 | }; // namespace vm |
| 52 | }; // namespace atom |
56 | }; // namespace atom |
| - | 57 | ||
| - | 58 | #endif // USE_PLUGIN_XORG |
|
| 53 | 59 | ||
| 54 | #endif // VM_PLUGIN_XORG_H |
60 | #endif // VM_PLUGIN_XORG_H |