diff options
author | Jasmine Hassan <[email protected]> | 2012-10-18 13:12:33 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-13 06:25:03 +0200 |
commit | 0fdc303dd11b419465d299b36307010ce3221cfa (patch) | |
tree | 0085f40126e109b63b6a346ba897c593cacb85cd /eel/eel-editable-label.h | |
parent | e68ea5c0a9cd2f4f1d88cc9fd38f1e80b2399291 (diff) | |
download | caja-0fdc303dd11b419465d299b36307010ce3221cfa.tar.bz2 caja-0fdc303dd11b419465d299b36307010ce3221cfa.tar.xz |
[eel] port EelEditableLabel to cairo drawing
http://git.gnome.org/browse/nautilus/commit/?id=6cb78fb15c89e53e60ee54dc8b773db6ca0def73
Diffstat (limited to 'eel/eel-editable-label.h')
-rw-r--r-- | eel/eel-editable-label.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eel/eel-editable-label.h b/eel/eel-editable-label.h index 249a3367..b19c2417 100644 --- a/eel/eel-editable-label.h +++ b/eel/eel-editable-label.h @@ -79,9 +79,6 @@ extern "C" { int preedit_length; /* length of preedit string, in bytes */ int preedit_cursor; /* offset of cursor within preedit string, in chars */ - GdkGC *primary_cursor_gc; - GdkGC *secondary_cursor_gc; - PangoFontDescription *font_desc; }; |