diff src/video/cocoa/SDL_cocoavideo.h @ 4503:524dfefd554c

Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 08 Jul 2010 22:54:03 -0700
parents c2ebe3e020c6
children 514f811a4887
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.h	Thu Jul 08 06:21:48 2010 -0700
+++ b/src/video/cocoa/SDL_cocoavideo.h	Thu Jul 08 22:54:03 2010 -0700
@@ -60,6 +60,7 @@
     unsigned int modifierFlags;
     void *key_layout;
     SDLTranslatorResponder *fieldEdit;
+    NSInteger clipboard_count;
     Uint32 screensaver_activity;
 } SDL_VideoData;