diff options
| author | Joakim Verona | 2011-07-12 23:06:27 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-12 23:06:27 +0200 |
| commit | 42f051946e70bb5e6ad407b85d003040d9ba5006 (patch) | |
| tree | 6ee7f041da3d9348bd357d77c854706366371366 /src/xwidget.c | |
| parent | 347166ea436327f6ded4550ed004d43f6042f6b4 (diff) | |
| download | emacs-42f051946e70bb5e6ad407b85d003040d9ba5006.tar.gz emacs-42f051946e70bb5e6ad407b85d003040d9ba5006.zip | |
cleanups. tentative webkit lisp interface, but i got annoyed now with the primitives.
Diffstat (limited to 'src/xwidget.c')
| -rw-r--r-- | src/xwidget.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xwidget.c b/src/xwidget.c index ef9de279939..e82864e2220 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -986,6 +986,9 @@ lookup_xwidget (Lisp_Object spec) | |||
| 986 | /* When a xwidget lisp spec is found initialize the C struct that is used in the C code. | 986 | /* When a xwidget lisp spec is found initialize the C struct that is used in the C code. |
| 987 | This is done by redisplay so values change if the spec changes. | 987 | This is done by redisplay so values change if the spec changes. |
| 988 | So, take special care of one-shot events | 988 | So, take special care of one-shot events |
| 989 | |||
| 990 | TODO remove xwidget init from display spec. simply store an xwidget reference only and set | ||
| 991 | size etc when creating the xwidget, which should happen before insertion into buffer | ||
| 989 | */ | 992 | */ |
| 990 | int found = 0, found1 = 0, found2 = 0; | 993 | int found = 0, found1 = 0, found2 = 0; |
| 991 | Lisp_Object value; | 994 | Lisp_Object value; |