Changeset 101 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
May 21, 2004, 6:37:29 PM (21 years ago)
Author:
root
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r69 r101  
    884884                }
    885885                WinSetWindowPos(hwndBubble,HWND_TOP,sx,sy,
    886                                                                                 tptl.x + 14,
    887                                                                                 tptl.y + 12,
    888                                                                                 SWP_DEACTIVATE | SWP_SHOW | SWP_ZORDER |
    889                                                                                 SWP_MOVE | SWP_SIZE);
     886                                tptl.x + 14,
     887                                tptl.y + 12,
     888                                SWP_DEACTIVATE | SWP_SHOW | SWP_ZORDER |
     889                                SWP_MOVE | SWP_SIZE);
    890890        }
    891891}
Note: See TracChangeset for help on using the changeset viewer.