Changeset 35


Ignore:
Timestamp:
Aug 18, 2006, 11:21:07 AM (19 years ago)
Author:
shadow
Message:

eliminating two compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/lib/x11/CreateWindow.c

    r30 r35  
    8989
    9090        while((child = WinQueryWindow(WinGetNextWindow(henum), QW_TOP))) {
    91                 Window w = (EB_Resource *)getWindow(child, TRUE, NULL);
     91                Window w = getWindow(child, TRUE, NULL);
    9292                XDestroySubwindows(display, w);
    93                 Daemon_exec(process, UM_DESTROYWINDOW, w);
     93                Daemon_exec(process, UM_DESTROYWINDOW, (EB_Resource *)w);
    9494        }
    9595
Note: See TracChangeset for help on using the changeset viewer.