repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
aboutmui_private.h
blob
bd47c82e070025d018404909027804b26d456dd4
1
#ifndef _ABOUTMUI_PRIVATE_H_
2
#define _ABOUTMUI_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Aboutmui_DATA
6
{
7
Object
*
app
;
8
};
9
10
#endif
/* _ABOUTMUI_PRIVATE_H_ */