diff options
author | Cody Russell <bratsche@gnome.org> | 2007-08-15 14:58:45 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2007-08-15 14:58:45 +0000 |
commit | a30a76c3e0fdfe728e24a242d3559eaacab16a98 (patch) | |
tree | 4403f84cf0008a143a232ad62ee2ed2c91a4d863 /gdk/win32/xcursors.h | |
parent | cd57ff10531161e7d06a288cb467d037dfc2d10e (diff) | |
download | gtk+-a30a76c3e0fdfe728e24a242d3559eaacab16a98.tar.gz |
Modified the sb_h_double_arrow and sb_v_double_arrow mouse cursors to
2007-08-15 Cody Russell <bratsche@gnome.org>
* gdk/win32/xcursors.h: Modified the sb_h_double_arrow and
sb_v_double_arrow mouse cursors to match the ones that Windows
uses for split container controls. This allows our paned
widgets to be more easily identified as paned widgets on
Windows, since we don't have any prelighting on the draggable
pane part. (#458088)
svn path=/trunk/; revision=18621
Diffstat (limited to 'gdk/win32/xcursors.h')
-rw-r--r-- | gdk/win32/xcursors.h | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/gdk/win32/xcursors.h b/gdk/win32/xcursors.h index 8cd9d2f4fa..6719834a6e 100644 --- a/gdk/win32/xcursors.h +++ b/gdk/win32/xcursors.h @@ -251,10 +251,12 @@ static const struct { const gchar *name; const gchar *builtin; gint type; guchar "\005\124\001\231\000\146\100\031\220\006\144\001\231\000\146\100" "\031\220\006\144\001\231\005\146\125\131\225\052\252\002\252\000" "\052\000\002\000" }, - { "sb_h_double_arrow", IDC_SIZEWE, 108, 15, 9, 7, 4, - "\001\100\005\000\031\000\031\001\245\125\151\032\252\252\251\252" - "\125\126\251\252\252\252\221\245\125\151\001\220\001\220\001\100" - "\005\000" }, + { "sb_h_double_arrow", NULL, 108, 17, 18, 9, 9, + "\000\005\124\000\000\001\231\000\000\000\146\100\000\000\031\220" + "\000\000\006\144\000\000\121\231\024\000\144\146\106\100\151\031" + "\221\244\152\252\152\252\132\252\232\252\221\244\146\106\220\031" + "\031\221\220\001\106\144\120\000\001\231\000\000\000\146\100\000" + "\000\031\220\000\000\006\144\000\000\001\125\000\000" }, { "sb_left_arrow", NULL, 110, 16, 9, 0, 4, "\000\120\000\000\001\220\000\000\006\225\125\125\032\252\252\252" "\152\225\125\125\032\252\252\252\006\225\125\125\001\220\000\000" @@ -266,11 +268,13 @@ static const struct { const gchar *name; const gchar *builtin; gint type; guchar { "sb_up_arrow", NULL, 114, 9, 16, 4, 0, "\000\200\000\250\000\252\200\252\250\126\145\125\231\120\146\100" "\031\220\006\144\001\231\000\146\100\031\220\006\144\001\231\000" - "\146\100\025\120" }, - { "sb_v_double_arrow", IDC_SIZENS, 116, 9, 15, 4, 7, - "\001\220\001\251\001\252\221\252\251\126\145\101\231\000\146\100" - "\031\220\006\144\001\231\005\146\125\252\251\032\251\001\251\000" - "\031\000" }, + "\146\100\025\120" }, + { "sb_v_double_arrow", NULL, 116, 18, 17, 9, 9, + "\000\000\120\000\000\000\032\100\000\000\006\251\000\000\001\252" + "\244\000\000\025\245\100\000\000\012\000\000\125\125\245\125\126" + "\252\252\252\251\125\125\125\125\126\252\252\252\251\125\125\245" + "\125\120\000\012\000\000\000\025\245\100\000\001\252\244\000\000" + "\006\251\000\000\000\032\100\000\000\000\120\000\000" }, { "shuttle", NULL, 118, 16, 16, 11, 0, "\000\000\006\100\000\000\032\220\000\000\152\244\000\000\251\252" "\000\030\251\252\000\144\251\252\001\224\251\252\001\224\251\252" |