summaryrefslogtreecommitdiff
path: root/eel/eel-editable-label.h
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-18 13:12:33 +0200
committerJasmine Hassan <[email protected]>2012-11-13 06:25:03 +0200
commit0fdc303dd11b419465d299b36307010ce3221cfa (patch)
tree0085f40126e109b63b6a346ba897c593cacb85cd /eel/eel-editable-label.h
parente68ea5c0a9cd2f4f1d88cc9fd38f1e80b2399291 (diff)
downloadcaja-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.h3
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;
};