mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 09:49:12 +08:00
10 lines
135 B
C++
10 lines
135 B
C++
|
#include <X11/XWDFile.h>
|
||
|
#include <X11/X.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
XWDFileHeader *xwd_header;
|
||
|
XWDColor *xwd_colors;
|
||
|
return 0;
|
||
|
}
|