#ifndef _WonxDisplayP_h_INCLUDED_ #define _WonxDisplayP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "WonxDisplay.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _WonxDisplay { XDisplay x_display; WWDisplay ww_display; } _WonxDisplay; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/