Searched refs:WinInfo (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/smproxy/dist/
H A Dsmproxy.h70 typedef struct WinInfo { struct
80 struct WinInfo *next;
87 } WinInfo; typedef in typeref:struct:WinInfo
100 extern int WriteProxyFileEntry ( FILE *proxyFile, WinInfo *theWindow );
104 extern char * LookupClientID ( WinInfo *theWindow );
106 extern WinInfo *win_head;
H A Dsmproxy.c52 WinInfo *win_head = NULL;
68 static WinInfo * GetClientLeader ( WinInfo *winptr );
70 static void FinishSaveYourself ( WinInfo *winInfo, Bool has_WM_SAVEYOURSELF );
81 static void ConnectClientToSM ( WinInfo *winInfo );
83 static Bool LookupWindow ( Window window, WinInfo **ptr_ret, WinInfo **prev_ptr_ret );
84 static WinInfo * AddNewWindow ( Window window );
85 static void RemoveWindow ( WinInfo *winptr );
86 static void Got_WM_STATE ( WinInfo *winpt
[all...]
H A Dsave.c204 WriteProxyFileEntry(FILE *proxyFile, WinInfo *theWindow)
390 WinInfo *winptr;
446 LookupClientID(WinInfo *theWindow)

Completed in 4 milliseconds