Searched refs:windows (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/iconv/
H A Dlocalcharset.c51 # include <windows.h>
55 # include <windows.h>
/haiku/src/libs/uuid/
H A Dtest_uuid.c39 #include <windows.h>
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp70 WindowList& windows = desktop->AllWindows(); local
71 for (Window *window = windows.FirstWindow(); window != NULL;
/haiku/src/bin/unzip/
H A Dunzip.h261 # include "wince/punzip.h" /* must appear before windows.h */
270 # include <windows.h>
/haiku/src/servers/app/
H A DDesktop.h306 void _BringWindowsToFront(WindowList& windows,
H A DDesktop.cpp613 /*! \brief Send a quick (no attachments) message to all windows.
1128 If there are any modal windows on this screen, it might not actually
1129 become the frontmost window, though, as modal windows stay in front
1216 WindowList windows(kWorkingList);
1221 windows.AddWindow(window);
1225 // all modal windows follow their subsets to the front
1240 windows.AddWindow(modal);
1244 _BringWindowsToFront(windows, kWorkingList, true);
1343 // handling for floating windows, as they can only be shown if their
1509 // newDirtyRegion == the windows ol
3314 _BringWindowsToFront(WindowList& windows, int32 list, bool wereVisible) argument
[all...]
/haiku/headers/cpp/
H A Dstl_alloc.h54 # include <windows.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c31 #include <windows.h>
169 * A few needed definitions not included in <windows.h>
642 * An annoying bug in windows is that an NTFS volume does not occupy the entire
1573 * Note: Volume syncing works differently in windows.
1574 * Disk cannot be synced in windows.
1805 * Note: Works on windows NT/2k/XP only.
1828 * Note: Works on windows NT/2k/XP only.

Completed in 61 milliseconds