source:
trunk/config.tests/qws/directfb/directfb.cpp@
5
Last change on this file since 5 was 2, checked in by , 16 years ago | |
---|---|
File size: 146 bytes |
Line | |
---|---|
1 | #include <directfb.h> |
2 | |
3 | int main(int, char **) |
4 | { |
5 | DFBResult result = DFB_OK; |
6 | result = DirectFBInit(0, 0); |
7 | |
8 | return (result == DFB_OK); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.