fix sloppy focus
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@231 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
795bb2d03f
commit
7b0173e7c4
18 changed files with 125 additions and 38 deletions
|
|
@ -74,6 +74,11 @@ MwClassRec MwButtonClassRec = {
|
|||
prop_change, /* prop_change */
|
||||
NULL, /* mouse_move */
|
||||
MwForceRender, /* mouse_up */
|
||||
MwForceRender /* mouse_down */
|
||||
};
|
||||
MwForceRender, /* mouse_down */
|
||||
NULL, /* key */
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL};
|
||||
MwClass MwButtonClass = &MwButtonClassRec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue