projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
lean up event model so that this will work under OS X (and hopefully Linux)
[proxmark3-svn]
/
client
/
guidummy.c
1
#include <stdio.h>
2
3
void
ShowGraphWindow
(
void
)
4
{
5
static int
warned
=
0
;
6
7
if
(!
warned
) {
8
printf
(
"No GUI in this build!
\n
"
);
9
warned
=
1
;
10
}
11
}
12
13
void
HideGraphWindow
(
void
) {}
14
void
RepaintGraphWindow
(
void
) {}
15
void
MainGraphics
() {}
16
void
InitGraphics
(
int
argc
,
char
**
argv
) {}
17
void
ExitGraphics
(
void
) {}
Impressum
,
Datenschutz