projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f03a60
)
add "is_configured" to GVJ_t* so that custom actions can take place on first
author
ellson
<devnull@localhost>
Tue, 18 Oct 2005 20:55:26 +0000
(20:55 +0000)
committer
ellson
<devnull@localhost>
Tue, 18 Oct 2005 20:55:26 +0000
(20:55 +0000)
configure event
lib/gvc/gvcjob.h
patch
|
blob
|
history
diff --git
a/lib/gvc/gvcjob.h
b/lib/gvc/gvcjob.h
index 8fdf4fead254e128467a3fe8f28aac5be80120d2..418cd28c6bd090b12cb88179dd41166ea1b554c8 100644
(file)
--- a/
lib/gvc/gvcjob.h
+++ b/
lib/gvc/gvcjob.h
@@
-187,11
+187,12
@@
extern "C" {
pointf compscale; /* composite device scale incl: scale, zoom, dpi, y_goes_down */
pointf offset; /* composite translation */
- bool fit_mode,
+ bool
fit_mode,
needs_refresh,
click,
active,
- has_grown;
+ has_grown,
+ is_configured;
pointf pointer; /* pointer position in device units */
pointf oldpointer; /* old pointer position in device units */