Display a context menu for the selected monitor
[reactos.git] / reactos / dll / cpl / desk / desk.h
index f7f6a34..8a5322f 100644 (file)
@@ -35,6 +35,10 @@ typedef struct _DIBITMAP
 
 extern HINSTANCE hApplet;
 
+HMENU
+LoadPopupMenu(IN HINSTANCE hInstance,
+              IN LPCTSTR lpMenuName);
+
 PDIBITMAP DibLoadImage(LPTSTR lpFilename);
 VOID DibFreeImage(PDIBITMAP lpBitmap);