The input_server is now notified when the screen resolution is changed.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15165 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-11-26 16:22:06 +00:00
parent b635c022cb
commit 26b02ddc80
7 changed files with 67 additions and 9 deletions
+4
View File
@@ -53,4 +53,8 @@
#define IS_ADD_METHOD 'MRa!'
#define IS_REMOVE_METHOD 'MRr!'
// Change screen resolution
#define IS_SCREEN_BOUNDS_UPDATED '_FMM'
// R5 compatible definition
#endif /* INPUT_SERVER_TYPES_H */