Home
last modified time | relevance | path

Searched refs:XCURSOR_COMMENT_MAX_LEN (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-xmc.c1266 gtk_entry_set_max_length (GTK_ENTRY (tmpwidget), XCURSOR_COMMENT_MAX_LEN); in save_dialog()
1294 gtk_entry_set_max_length (GTK_ENTRY (tmpwidget), XCURSOR_COMMENT_MAX_LEN); in save_dialog()
1388 g_return_if_fail (strlen (text) <= XCURSOR_COMMENT_MAX_LEN); in comment_entry_callback()
1407 if (strlen (text) > XCURSOR_COMMENT_MAX_LEN) in text_view_callback()
1410 XCURSOR_COMMENT_MAX_LEN); in text_view_callback()
1413 XCURSOR_COMMENT_MAX_LEN - 1); in text_view_callback()
2033 if (length > XCURSOR_COMMENT_MAX_LEN) in get_comment_from_pname()
2035 length = XCURSOR_COMMENT_MAX_LEN; in get_comment_from_pname()
/dports/x11/libXcursor/libXcursor-1.2.0/include/X11/Xcursor/
H A DXcursor.h153 #define XCURSOR_COMMENT_MAX_LEN 0x100000 macro
H A DXcursor.h.in152 #define XCURSOR_COMMENT_MAX_LEN 0x100000 macro
/dports/x11/libXcursor/libXcursor-1.2.0/src/
H A Dfile.c109 if (length < 0 || length > XCURSOR_COMMENT_MAX_LEN) in XcursorCommentCreate()
603 if (length > XCURSOR_COMMENT_MAX_LEN) in _XcursorWriteComment()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/cursor/
H A Dxcursor.c153 #define XCURSOR_COMMENT_MAX_LEN 0x100000 macro
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/3rdparty/
H A Dxcursor.c154 #define XCURSOR_COMMENT_MAX_LEN 0x100000 macro
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xcursor/
H A Dxcursor.c154 #define XCURSOR_COMMENT_MAX_LEN 0x100000 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/cursor/
H A Dxcursor.c153 #define XCURSOR_COMMENT_MAX_LEN 0x100000 macro
/dports/x11/libXcursor/libXcursor-1.2.0/
H A DChangeLog75 check against XCURSOR_COMMENT_MAX_LEN to pass, and the following