Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / aboutmui_private.h
blobbd47c82e070025d018404909027804b26d456dd4
1 #ifndef _ABOUTMUI_PRIVATE_H_
2 #define _ABOUTMUI_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Aboutmui_DATA
7 Object *app;
8 };
10 #endif /* _ABOUTMUI_PRIVATE_H_ */